VASCO Smart Card Reader Extension

VASCO Smart Card Reader Chrome Extension

Co je VASCO Smart Card Reader Extension?

VASCO Smart Card Reader Extension je rozšíření Chrome vyvinuté https://dp.demo.vasco.com/DP870_EXT, a jeho hlavní funkcí je „VASCO Smart Card Reader Chrome Extension“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VASCO Smart Card Reader Extension

Stáhněte si soubory rozšíření VASCO Smart Card Reader Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VASCO Smart Card Reader Extension VASCO Smart Card Reader Extension
ID doaamlfgfbkiofmbmaahkaaipgfmkhkh
Oficiální URL https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh
Popis VASCO Smart Card Reader Chrome Extension
Velikost souboru 16.57 KB
Počet instalací 6,571
Aktuální Verze 2.3.3.0
Poslední Aktualizace 2015-05-28
Datum Vydání 2015-05-28
Hodnocení 3.72/5 Celkem 18 Hodnocení
Vývojář https://dp.demo.vasco.com/DP870_EXT
Typ Platby free
Podporované Jazyky 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"
    ]
}