Versasec - Smart Card Plugin

Plugin provides subset of smart card functionality

What is Versasec - Smart Card Plugin?

Versasec - Smart Card Plugin is a Chrome extension developed by joerg.dettmann, and its main feature is "Plugin provides subset of smart card functionality".

Extension Screenshots

screenshot

Download Versasec - Smart Card Plugin Extension CRX File

Download Versasec - Smart Card Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Development version to test smart card access via an extension.                    

Extension Basic Information

Name Versasec - Smart Card Plugin Versasec - Smart Card Plugin
ID ahaijnliojgheoiiboelejgebahklgjh
Official URL https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh
Description Plugin provides subset of smart card functionality
File Size 44.07 KB
Installation Count 78
Current Version 1.4
Last Updated 2021-11-17
Publish Date 2020-10-03
Developer joerg.dettmann
Email [email protected]
Payment Type free
Extension Website https://versasec.com
Supported Languages 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
}