Versasec - Smart Card Plugin
Plugin provides subset of smart card functionality
Wat is Versasec - Smart Card Plugin?
Versasec - Smart Card Plugin is een Chrome-extensie ontwikkeld door joerg.dettmann, en de belangrijkste functie is "Plugin provides subset of smart card functionality".
Extensie Screenshots
Download het CRX-bestand van de extensie Versasec - Smart Card Plugin
Download Versasec - Smart Card Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Development version to test smart card access via an extension. Basisinformatie over de Extensie
| Naam | |
| ID | ahaijnliojgheoiiboelejgebahklgjh |
| Officiële URL | https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh |
| Beschrijving | Plugin provides subset of smart card functionality |
| Bestandsgrootte | 44.07 KB |
| Aantal Installaties | 78 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2021-11-17 |
| Publicatiedatum | 2020-10-03 |
| Ontwikkelaar | joerg.dettmann |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://versasec.com |
| Ondersteunde Talen | 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
} | |