16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "企业微信数据获取",
|
|
"version": "1.0.0",
|
|
"permissions": [
|
|
"activeTab",
|
|
"scripting"
|
|
],
|
|
"host_permissions": [
|
|
"https://work.weixin.qq.com/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|