VASCO Smart Card Reader Extension

VASCO Smart Card Reader Chrome Extension

Wat is VASCO Smart Card Reader Extension?

VASCO Smart Card Reader Extension is een Chrome-extensie ontwikkeld door https://dp.demo.vasco.com/DP870_EXT, en de belangrijkste functie is "VASCO Smart Card Reader Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VASCO Smart Card Reader Extension

Download VASCO Smart Card Reader Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VASCO Smart Card Reader Extension VASCO Smart Card Reader Extension
ID doaamlfgfbkiofmbmaahkaaipgfmkhkh
Officiële URL https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh
Beschrijving VASCO Smart Card Reader Chrome Extension
Bestandsgrootte 16.57 KB
Aantal Installaties 6,571
Huidige Versie 2.3.3.0
Laatst Bijgewerkt 2015-05-28
Publicatiedatum 2015-05-28
Beoordeling 3.72/5 Totaal 18 Beoordelingen
Ontwikkelaar https://dp.demo.vasco.com/DP870_EXT
Betalingswijze free
Ondersteunde Talen 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"
    ]
}