ICBCNewChromeExtension
ICBC new chrome extension.
What is ICBCNewChromeExtension?
ICBCNewChromeExtension is a Chrome extension developed by icbcmobilebanking, and its main feature is "ICBC new chrome extension.".
Extension Screenshots
Download ICBCNewChromeExtension Extension CRX File
Download ICBCNewChromeExtension 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
Program of ICBC Internet Banking for safety password input,Ensure the security of the user's password input process.
Extension Basic Information
Name | ICBCNewChromeExtension |
ID | ajmecfihhnibjmmihpecefjjckgbmedh |
Official URL | https://chromewebstore.google.com/detail/icbcnewchromeextension/ajmecfihhnibjmmihpecefjjckgbmedh |
Description | ICBC new chrome extension. |
File Size | 27.75 KB |
Installation Count | 300,000 |
Current Version | 1.0.7.1 |
Last Updated | 2023-05-17 |
Publish Date | 2018-04-27 |
Rating | 1.63/5 Total 83 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": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.icbc.com\/*", "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ], "run_at": "document_start" } ], "description": "ICBC new chrome extension.", "externally_connectable": { "matches": [ "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ] }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 3, "name": "ICBCNewChromeExtension", "action": { "default_icon": "icon-128.png", "default_title": "ICBCNewChromeExtension" }, "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ], "resources": [ "*.png" ] } ] } |