Versasec - Smart Card Plugin

Plugin provides subset of smart card functionality

Co to jest Versasec - Smart Card Plugin?

Versasec - Smart Card Plugin to rozszerzenie Chrome opracowane przez joerg.dettmann, a jego główną funkcją jest „Plugin provides subset of smart card functionality”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Versasec - Smart Card Plugin

Pobierz pliki rozszerzeń Versasec - Smart Card Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Development version to test smart card access via an extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Versasec - Smart Card Plugin Versasec - Smart Card Plugin
ID ahaijnliojgheoiiboelejgebahklgjh
Oficjalny URL https://chromewebstore.google.com/detail/versasec-smart-card-plugi/ahaijnliojgheoiiboelejgebahklgjh
Opis Plugin provides subset of smart card functionality
Rozmiar pliku 44.07 KB
Liczba instalacji 78
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-11-17
Data Publikacji 2020-10-03
Deweloper joerg.dettmann
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://versasec.com
Obsługiwane Języki 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
}