Versasec - Smart Card Plugin
Plugin provides subset of smart card functionality
O que é Versasec - Smart Card Plugin?
Versasec - Smart Card Plugin é uma extensão do Chrome desenvolvida por joerg.dettmann, e sua principal característica é "Plugin provides subset of smart card functionality".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Versasec - Smart Card Plugin
Baixe arquivos de extensão Versasec - Smart Card Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Development version to test smart card access via an extension.
Informações Básicas da Extensão
Nome | Versasec - Smart Card Plugin |
ID | ahaijnliojgheoiiboelejgebahklgjh |
URL Oficial | https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh |
Descrição | Plugin provides subset of smart card functionality |
Tamanho do Arquivo | 44.07 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.4 |
Última Atualização | 2021-11-17 |
Data de Publicação | 2020-10-03 |
Desenvolvedor | joerg.dettmann |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://versasec.com |
Idiomas Suportados | 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 } |