中国建设银行Ukey扩展

中国建设银行Ukey扩展

中国建设银行Ukey扩展

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "中国建设银行Ukey扩展",
  "version": "1.0.0.7",
  "description": "中国建设银行Ukey扩展",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "icon-128.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "nativeMessaging"
  ],
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.ccb.com.cn/*",
        "*://*.ccb.com/*",
        "*://*.want.ccb.com/*",
        "*://*.ccb.cn/*",
        "http://testlb1.ccb.com/*",
        "https://wj.zfgjj.cn/*",
        "https://test.zfgjj.cn/*",
        "https://jdgc.ccb.com/*",
        "https://caizi.want.ccb.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.ccb.com.cn/*",
      "*://*.ccb.com/*",
      "*://*.want.ccb.com/*",
      "*://*.ccb.cn/*",
      "http://testlb1.ccb.com/*",
      "https://wj.zfgjj.cn/*",
      "https://test.zfgjj.cn/*",
      "https://jdgc.ccb.com/*",
      "https://caizi.want.ccb.com/*"
    ]
  },
  "page_action": {
    "default_title": "中国建设银行Ukey扩展",
    "default_icon": "icon-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}