VASCO Smart Card Reader Extension

VASCO Smart Card Reader Chrome Extension

Qu'est-ce que VASCO Smart Card Reader Extension ?

VASCO Smart Card Reader Extension est une extension Chrome développée par https://dp.demo.vasco.com/DP870_EXT, et sa fonction principale est "VASCO Smart Card Reader Chrome Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VASCO Smart Card Reader Extension

Téléchargez les fichiers d'extension VASCO Smart Card Reader Extension 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

                        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.                    

Informations de Base sur l'Extension

Nom VASCO Smart Card Reader Extension VASCO Smart Card Reader Extension
ID doaamlfgfbkiofmbmaahkaaipgfmkhkh
URL Officiel https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh
Description VASCO Smart Card Reader Chrome Extension
Taille du Fichier 16.57 KB
Nombre d'Installations 6,571
Version Actuelle 2.3.3.0
Dernière Mise à Jour 2015-05-28
Date de Publication 2015-05-28
Évaluation 3.72/5 Total 18 Évaluations
Développeur https://dp.demo.vasco.com/DP870_EXT
Type de Paiement free
Langues Prises en Charge 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"
    ]
}