VASCO Smart Card Reader Extension
VASCO Smart Card Reader Chrome Extension
VASCO Smart Card Reader Extensionとは何ですか?
VASCO Smart Card Reader Extensionはhttps://dp.demo.vasco.com/DP870_EXTによって開発されたChromeの拡張機能で、その主な機能は「VASCO Smart Card Reader Chrome Extension」です。
拡張機能のスクリーンショット
VASCO Smart Card Reader Extension拡張機能のCRXファイルをダウンロード
VASCO Smart Card Reader Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | VASCO Smart Card Reader Extension |
ID | doaamlfgfbkiofmbmaahkaaipgfmkhkh |
公式URL | https://chromewebstore.google.com/detail/vasco-smart-card-reader-e/doaamlfgfbkiofmbmaahkaaipgfmkhkh |
説明 | VASCO Smart Card Reader Chrome Extension |
ファイルサイズ | 16.57 KB |
インストール数 | 6,571 |
現在のバージョン | 2.3.3.0 |
最終更新日 | 2015-05-28 |
公開日 | 2015-05-28 |
評価 | 3.72/5 合計 18 レビュー |
開発者 | https://dp.demo.vasco.com/DP870_EXT |
支払い方法 | free |
対応言語 | 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" ] } |