VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
Was ist VASCO Smart Card Reader Extension?
VASCO Smart Card Reader Extension ist eine Chrome-Erweiterung, die von https://dp.demo.vasco.com/DP870_EXT entwickelt wurde, und ihr Hauptmerkmal ist "VASCO Smart Card Reader Chrome Extension".
Erweiterungsscreenshots
VASCO Smart Card Reader Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie VASCO Smart Card Reader Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VASCO Smart Card Reader Extension |
ID | doaamlfgfbkiofmbmaahkaaipgfmkhkh |
Offizielle URL | https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh |
Beschreibung | VASCO Smart Card Reader Chrome Extension |
Dateigröße | 16.57 KB |
Installationsanzahl | 6,571 |
Aktuelle Version | 2.3.3.0 |
Letztes Update | 2015-05-28 |
Veröffentlichungsdatum | 2015-05-28 |
Bewertung | 3.72/5 Insgesamt 18 Bewertungen |
Entwickler | https://dp.demo.vasco.com/DP870_EXT |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |