ICBCAssistChromeExtension

ICBC Assist chrome extension

Qu'est-ce que ICBCAssistChromeExtension ?

ICBCAssistChromeExtension est une extension Chrome développée par icbcmobilebanking, et sa fonction principale est "ICBC Assist chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ICBCAssistChromeExtension

Téléchargez les fichiers d'extension ICBCAssistChromeExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ICBCAssistChromeExtension ICBCAssistChromeExtension
ID ebfkjhegjojpombijlnbkmjoabfgohkb
URL Officiel https://chromewebstore.google.com/detail/icbcassistchromeextension/ebfkjhegjojpombijlnbkmjoabfgohkb
Description ICBC Assist chrome extension
Taille du Fichier 30.89 KB
Nombre d'Installations 40,000
Version Actuelle 1.0.5.1
Dernière Mise à Jour 2023-07-12
Date de Publication 2023-07-10
Évaluation 2.13/5 Total 84 Évaluations
Développeur icbcmobilebanking
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.icbc.com.cn/ICBC/html/download/wyfwxy/ONLINE_PRIVACY_NOTICE_AND_POLICY.htm
Langues Prises en Charge 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"
            ]
        }
    ]
}