ICBCAssistChromeExtension

ICBC Assist chrome extension

Cos'è ICBCAssistChromeExtension?

ICBCAssistChromeExtension è un'estensione di Chrome sviluppata da icbcmobilebanking, e la sua funzione principale è "ICBC Assist chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ICBCAssistChromeExtension

Scarica i file di estensione ICBCAssistChromeExtension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ICBCAssistChromeExtension ICBCAssistChromeExtension
ID ebfkjhegjojpombijlnbkmjoabfgohkb
URL Ufficiale https://chromewebstore.google.com/detail/icbcassistchromeextension/ebfkjhegjojpombijlnbkmjoabfgohkb
Descrizione ICBC Assist chrome extension
Dimensione del File 30.89 KB
Conteggio Installazioni 40,000
Versione Corrente 1.0.5.1
Ultimo Aggiornamento 2023-07-12
Data di Pubblicazione 2023-07-10
Valutazione 2.13/5 Totale 84 Valutazioni
Sviluppatore icbcmobilebanking
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.icbc.com.cn/ICBC/html/download/wyfwxy/ONLINE_PRIVACY_NOTICE_AND_POLICY.htm
Lingue Supportate 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"
            ]
        }
    ]
}