ESMART Token Web Plugin

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

Co to jest ESMART Token Web Plugin?

ESMART Token Web Plugin to rozszerzenie Chrome opracowane przez https://esmart.ru, a jego główną funkcją jest „ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ESMART Token Web Plugin

Pobierz pliki rozszerzeń ESMART Token Web 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

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

Podstawowe informacje o rozszerzeniu

Nazwa ESMART Token Web Plugin ESMART Token Web Plugin
ID cblhedkfmbhcikepclfiehohcpfpbmnb
Oficjalny URL https://chromewebstore.google.com/detail/esmart-token-web-plugin/cblhedkfmbhcikepclfiehohcpfpbmnb
Opis ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.
Rozmiar pliku 88.59 KB
Liczba instalacji 409
Aktualna Wersja 3.0.17
Ostatnia Aktualizacja 2023-02-07
Data Publikacji 2022-11-20
Deweloper https://esmart.ru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://esmart.ru
Adres URL Strony Pomocy https://esmart.ru/tech-support/faq/
Obsługiwane Języki 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
        }
    ]
}