Versasec - Smart Card Plugin
Plugin provides subset of smart card functionality
Versasec - Smart Card Pluginとは何ですか?
Versasec - Smart Card Pluginはjoerg.dettmannによって開発されたChromeの拡張機能で、その主な機能は「Plugin provides subset of smart card functionality」です。
拡張機能のスクリーンショット
Versasec - Smart Card Plugin拡張機能のCRXファイルをダウンロード
Versasec - Smart Card Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Development version to test smart card access via an extension.
拡張機能の基本情報
名前 | Versasec - Smart Card Plugin |
ID | ahaijnliojgheoiiboelejgebahklgjh |
公式URL | https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh |
説明 | Plugin provides subset of smart card functionality |
ファイルサイズ | 44.07 KB |
インストール数 | 78 |
現在のバージョン | 1.4 |
最終更新日 | 2021-11-17 |
公開日 | 2020-10-03 |
開発者 | joerg.dettmann |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://versasec.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Versasec - Smart Card Plugin", "version": "1.4", "description": "Plugin provides subset \n\r of smart card functionality", "permissions": [ "activeTab", "nativeMessaging" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Self Service console", "default_popup": "popup.html", "browser_style": true, "default_icon": { "16": "images\/vsec_icon16.png", "32": "images\/vsec_icon32.png", "48": "images\/vsec_icon48.png", "128": "images\/vsec_icon128.png" } }, "icons": { "16": "images\/vsec_icon16.png", "32": "images\/vsec_icon32.png", "48": "images\/vsec_icon48.png", "128": "images\/vsec_icon128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.test.de\/*" ] }, "manifest_version": 2 } |