VASCO Smart Card Reader Extension

VASCO Smart Card Reader Chrome Extension

什麼是VASCO Smart Card Reader Extension?

VASCO Smart Card Reader Extension是由https://dp.demo.vasco.com/DP870_EXT開發的Chrome擴展程式,該擴展的主要功能是“VASCO Smart Card Reader Chrome Extension”。

擴展截圖

screenshot

下載VASCO Smart Card Reader Extension擴展crx文件

下載VASCO Smart Card Reader Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        VASCO DIGIPASS Smart Card Readers optimize investment in smart card technology by extending smart card use to include one-time passwords and electronic signatures. This extension enables a seamless installation and connection to the Chrome Browser for all DIGIPASS 870 and 875 Card Readers.

DIGIPASS is VASCO’s line up of innovative strong authentication and transaction signing devices. As the world leader in providing two-factor authentication and electronic signature solutions to financial institutions, VASCO enables more than 10,000 customers in 100 countries to secure access, manage identities, verify transactions, and protect assets.                    

擴展基本資訊

名稱 VASCO Smart Card Reader Extension VASCO Smart Card Reader Extension
ID doaamlfgfbkiofmbmaahkaaipgfmkhkh
官方網址 https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh
簡介 VASCO Smart Card Reader Chrome Extension
檔案大小 16.57 KB
安裝次數 6,571
目前版本 2.3.3.0
更新時間 2015-05-28
上架時間 2015-05-28
評分 3.72/5 共 18 次評分
開發者 https://dp.demo.vasco.com/DP870_EXT
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VASCO Smart Card Reader Extension",
    "version": "2.3.3.0",
    "manifest_version": 2,
    "description": "VASCO Smart Card Reader Chrome Extension",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "http:\/\/*.vasco.com\/*",
            "https:\/\/*.mydigipass.com\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}