中華電信Chrome讀卡元件

中華電信Chrome讀卡元件

Cos'è 中華電信Chrome讀卡元件?

中華電信Chrome讀卡元件 è un'estensione di Chrome sviluppata da 中華電信股份有限公司, e la sua funzione principale è "中華電信Chrome讀卡元件".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 中華電信Chrome讀卡元件

Scarica i file di estensione 中華電信Chrome讀卡元件 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

                        Chrome瀏覽器讀卡元件擴充功能,使用本元件需額外安裝Java軟體、HiCOS卡片管理工具與中華電信讀卡元件主控台。目前僅提供專標案使用。                    

Informazioni di Base sull'Estensione

Nome 中華電信Chrome讀卡元件 中華電信Chrome讀卡元件
ID ibljnjgefkkigimmcnoblmfoffiekkhc
URL Ufficiale https://chromewebstore.google.com/detail/%E4%B8%AD%E8%8F%AF%E9%9B%BB%E4%BF%A1chrome%E8%AE%80%E5%8D%A1%E5%85%83%E4%BB%B6/ibljnjgefkkigimmcnoblmfoffiekkhc
Descrizione 中華電信Chrome讀卡元件
Dimensione del File 9.37 KB
Conteggio Installazioni 2,673
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-07-21
Data di Pubblicazione 2015-07-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore 中華電信股份有限公司
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e2d\u83ef\u96fb\u4fe1Chrome\u8b80\u5361\u5143\u4ef6",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "\u4e2d\u83ef\u96fb\u4fe1Chrome\u8b80\u5361\u5143\u4ef6",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "\u4e2d\u83ef\u96fb\u4fe1Chrome\u8b80\u5361\u5143\u4ef6"
    },
    "permissions": [
        "activeTab",
        "nativeMessaging"
    ]
}