ICBCAssistChromeExtension

ICBC Assist chrome extension

什麼是ICBCAssistChromeExtension?

ICBCAssistChromeExtension是由icbcmobilebanking開發的Chrome擴展程式,該擴展的主要功能是“ICBC Assist chrome extension”。

擴展截圖

screenshot
screenshot
screenshot

下載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 ICBCAssistChromeExtension
ID ebfkjhegjojpombijlnbkmjoabfgohkb
官方網址 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"
            ]
        }
    ]
}