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 |
| 官方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 |
| 电子邮箱 | [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
} | |