中華電信Chrome讀卡元件

中華電信Chrome讀卡元件

What is 中華電信Chrome讀卡元件?

中華電信Chrome讀卡元件 is a Chrome extension developed by 中華電信股份有限公司, and its main feature is "中華電信Chrome讀卡元件".

Extension Screenshots

screenshot

Download 中華電信Chrome讀卡元件 Extension CRX File

Download 中華電信Chrome讀卡元件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 中華電信Chrome讀卡元件 中華電信Chrome讀卡元件
ID ibljnjgefkkigimmcnoblmfoffiekkhc
Official URL 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
Description 中華電信Chrome讀卡元件
File Size 9.37 KB
Installation Count 2,673
Current Version 1.1.1
Last Updated 2015-07-21
Publish Date 2015-07-21
Rating 5.00/5 Total 3 Ratings
Developer 中華電信股份有限公司
Payment Type free
Supported Languages 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"
    ]
}