ICBCAssistChromeExtension
ICBC Assist chrome extension
ICBCAssistChromeExtension란 무엇입니까?
ICBCAssistChromeExtension은(는) icbcmobilebanking에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ICBC Assist chrome extension"입니다.
확장 프로그램 스크린샷
ICBCAssistChromeExtension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |