Versasec - Smart Card Plugin
Plugin provides subset of smart card functionality
Cos'è Versasec - Smart Card Plugin?
Versasec - Smart Card Plugin è un'estensione di Chrome sviluppata da joerg.dettmann, e la sua funzione principale è "Plugin provides subset of smart card functionality".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Versasec - Smart Card Plugin
Scarica i file di estensione Versasec - Smart Card Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Development version to test smart card access via an extension.
Informazioni di Base sull'Estensione
Nome | Versasec - Smart Card Plugin |
ID | ahaijnliojgheoiiboelejgebahklgjh |
URL Ufficiale | https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh |
Descrizione | Plugin provides subset of smart card functionality |
Dimensione del File | 44.07 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-11-17 |
Data di Pubblicazione | 2020-10-03 |
Sviluppatore | joerg.dettmann |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://versasec.com |
Lingue Supportate | 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 } |