ICBC Chrome Extension from Tendyron
Chrome Extension of ICBC Internet Banking for tendyron USB-Shield.
What is ICBC Chrome Extension from Tendyron?
ICBC Chrome Extension from Tendyron is a Chrome extension developed by icbcmobilebanking, and its main feature is "Chrome Extension of ICBC Internet Banking for tendyron USB-Shield.".
Extension Screenshots
Download ICBC Chrome Extension from Tendyron Extension CRX File
Download ICBC Chrome Extension from Tendyron extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome Extension of ICBC Internet Banking for tendyron USB-Shield.
Extension Basic Information
Name | ICBC Chrome Extension from Tendyron |
ID | dlombpffcodogboaljnamhpphpdkjdam |
Official URL | https://chromewebstore.google.com/detail/icbc-chrome-extension-fro/dlombpffcodogboaljnamhpphpdkjdam |
Description | Chrome Extension of ICBC Internet Banking for tendyron USB-Shield. |
File Size | 14.94 KB |
Installation Count | 200,000 |
Current Version | 1.0.0.3 |
Last Updated | 2018-04-19 |
Publish Date | 2018-04-19 |
Rating | 1.88/5 Total 25 Ratings |
Developer | icbcmobilebanking |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.icbc.com.cn/ICBC/html/download/wyfwxy/ONLINE_PRIVACY_NOTICE_AND_POLICY.htm |
Supported Languages | en-US |
manifest.json | |
{ "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": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.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" ] } |