Kingdee RPA Automation

Kingdee RPA Automation

金蝶RPA机器人浏览器自动化插件

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "./icons/xiaoK.png",
    "default_title": "Kingdee RPA Automation"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "./icons/xiaoK.png",
    "48": "./icons/xiaoK.png",
    "128": "./icons/xiaoK.png"
  },
  "description": "金蝶RPA机器人浏览器自动化插件",
  "manifest_version": 2,
  "name": "Kingdee RPA Automation",
  "permissions": [
    "nativeMessaging",
    "webNavigation",
    "management",
    "tabs",
    "<all_urls>"
  ],
  "version": "1.2.7"
}