VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
What is VASCO Smart Card Reader Extension?
VASCO Smart Card Reader Extension is a Chrome extension developed by https://dp.demo.vasco.com/DP870_EXT, and its main feature is "VASCO Smart Card Reader Chrome Extension".
Extension Screenshots
Download VASCO Smart Card Reader Extension Extension CRX File
Download VASCO Smart Card Reader Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VASCO Smart Card Reader Extension |
ID | doaamlfgfbkiofmbmaahkaaipgfmkhkh |
Official URL | https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh |
Description | VASCO Smart Card Reader Chrome Extension |
File Size | 16.57 KB |
Installation Count | 6,571 |
Current Version | 2.3.3.0 |
Last Updated | 2015-05-28 |
Publish Date | 2015-05-28 |
Rating | 3.72/5 Total 18 Ratings |
Developer | https://dp.demo.vasco.com/DP870_EXT |
Payment Type | free |
Supported Languages | 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" ] } |