ICBC_TDR_UsbKey

ICBC_TDR_UsbKey

Tendyron is the U shield manufacturer of icbc, which is mainly used on icbc's online bank, and the user use the extension to complete the online bank transfer and the U shield communication. Enable Edge to support icbc bank through Extension.

Additional files are visible only to premium users

manifest.json


{
  "name": "ICBC_TDR_UsbKey",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Tendyron is the U shield manufacturer of icbc, which is mainly used on icbc's online bank, and the user use the extension to complete the online bank transfer and the U shield communication. Enable Edge to support icbc bank through Extension.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "50.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/test*",
        "*://localhost/*",
        "*://*.sdc.cs.icbc/*",
        "*://*.dccnet.com.cn/*",
        "*://*.icbc.com.cn/*",
        "*://*.tdr.com/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "tdrcontent.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}