VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
Cos'è VASCO Smart Card Reader Extension?
VASCO Smart Card Reader Extension è un'estensione di Chrome sviluppata da https://dp.demo.vasco.com/DP870_EXT, e la sua funzione principale è "VASCO Smart Card Reader Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VASCO Smart Card Reader Extension
Scarica i file di estensione VASCO Smart Card Reader Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | VASCO Smart Card Reader Extension |
ID | doaamlfgfbkiofmbmaahkaaipgfmkhkh |
URL Ufficiale | https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh |
Descrizione | VASCO Smart Card Reader Chrome Extension |
Dimensione del File | 16.57 KB |
Conteggio Installazioni | 6,571 |
Versione Corrente | 2.3.3.0 |
Ultimo Aggiornamento | 2015-05-28 |
Data di Pubblicazione | 2015-05-28 |
Valutazione | 3.72/5 Totale 18 Valutazioni |
Sviluppatore | https://dp.demo.vasco.com/DP870_EXT |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |