ICBCAssistChromeExtension
ICBC Assist chrome extension
ICBCAssistChromeExtension là gì?
ICBCAssistChromeExtension là một tiện ích mở rộng Chrome được phát triển bởi icbcmobilebanking, và tính năng chính của nó là "ICBC Assist chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ICBCAssistChromeExtension
Tải xuống các tệp mở rộng ICBCAssistChromeExtension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ICBCAssistChromeExtension |
ID | ebfkjhegjojpombijlnbkmjoabfgohkb |
URL Chính Thức | https://chromewebstore.google.com/detail/icbcassistchromeextension/ebfkjhegjojpombijlnbkmjoabfgohkb |
Mô tả | ICBC Assist chrome extension |
Kích Thước Tệp | 30.89 KB |
Số Lần Cài Đặt | 40,000 |
Phiên Bản Hiện Tại | 1.0.5.1 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2023-07-10 |
Đánh Giá | 2.13/5 Tổng số 84 Đánh Giá |
Nhà Phát Triển | icbcmobilebanking |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.icbc.com.cn/ICBC/html/download/wyfwxy/ONLINE_PRIVACY_NOTICE_AND_POLICY.htm |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |