Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "scripts": [ "icbc_TDR_usbkey_newchrome.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content_tdr.js" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*" ] } ], "description": "Chrome Extension of ICBC Internet Banking for tendyron USB-Shield.", "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "ICBC Chrome Extension from Tendyron", "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.3", "web_accessible_resources": [ "icon-128.png", "icon-48.png" ] }