ESMART Token Web Plugin

ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.

Was ist ESMART Token Web Plugin?

ESMART Token Web Plugin ist eine Chrome-Erweiterung, die von https://esmart.ru entwickelt wurde, und ihr Hauptmerkmal ist "ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.".

Erweiterungsscreenshots

screenshot
screenshot

ESMART Token Web Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie ESMART Token Web Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ESMART Token Web Plugin let you use digital signature, certificates and private data stored on ESMART Token via browser.                    

Grundlegende Informationen zur Erweiterung

Name ESMART Token Web Plugin ESMART Token Web Plugin
ID cblhedkfmbhcikepclfiehohcpfpbmnb
Offizielle URL https://chromewebstore.google.com/detail/esmart-token-web-plugin/cblhedkfmbhcikepclfiehohcpfpbmnb
Beschreibung ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.
Dateigröße 88.59 KB
Installationsanzahl 409
Aktuelle Version 3.0.17
Letztes Update 2023-02-07
Veröffentlichungsdatum 2022-11-20
Entwickler https://esmart.ru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://esmart.ru
Hilfeseite URL https://esmart.ru/tech-support/faq/
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ISBC Group",
    "version": "3.0.17",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "cookies",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "applications": {
        "gecko": {
            "id": "cblhedkfmbhcikepclfiehohcpfpbmnb"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.example.com\/*"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main.26b5571d.js",
                "assets\/runtime-dom.esm-bundler.05d92ed9.js",
                "assets\/browser-polyfill.f4591fc4.js",
                "assets\/plugin-vue_export-helper.21dcd24c.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}