ICBCAssistChromeExtension
ICBC Assist chrome extension
ICBCAssistChromeExtensionとは何ですか?
ICBCAssistChromeExtensionはicbcmobilebankingによって開発されたChromeの拡張機能で、その主な機能は「ICBC Assist chrome extension」です。
拡張機能のスクリーンショット
ICBCAssistChromeExtension拡張機能のCRXファイルをダウンロード
ICBCAssistChromeExtension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ICBCAssistChromeExtension is an extension program designed to assist the ICBC Internet Banking Assistant application. It will help ICBC online banking open the online banking assistant, determine whether to install the online banking assistant application and other related operations. ICBCAssistChromeExtension helps ICBC client better use the online banking system.
拡張機能の基本情報
名前 | ICBCAssistChromeExtension |
ID | ebfkjhegjojpombijlnbkmjoabfgohkb |
公式URL | https://chromewebstore.google.com/detail/icbcassistchromeextension/ebfkjhegjojpombijlnbkmjoabfgohkb |
説明 | ICBC Assist chrome extension |
ファイルサイズ | 30.89 KB |
インストール数 | 40,000 |
現在のバージョン | 1.0.5.1 |
最終更新日 | 2023-07-12 |
公開日 | 2023-07-10 |
評価 | 2.13/5 合計 84 レビュー |
開発者 | icbcmobilebanking |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.icbc.com.cn/ICBC/html/download/wyfwxy/ONLINE_PRIVACY_NOTICE_AND_POLICY.htm |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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 Assist 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": "ICBCAssistChromeExtension", "action": { "default_icon": "icon-128.png", "default_title": "ICBCAssistChromeExtension" }, "permissions": [ "nativeMessaging" ], "version": "1.0.5.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*.icbc.com.cn\/*", "*:\/\/*.icbc.com\/*", "*:\/\/*.dccnet.com.cn\/*", "*:\/\/*.dccnet.com\/*", "*:\/\/*.95588.com\/*" ], "resources": [ "*.png" ] } ] } |