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. 擴展基本資訊
| 名稱 | |
| ID | ahaijnliojgheoiiboelejgebahklgjh |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |