ESMART Token Web Plugin

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

Cos'è ESMART Token Web Plugin?

ESMART Token Web Plugin è un'estensione di Chrome sviluppata da https://esmart.ru, e la sua funzione principale è "ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ESMART Token Web Plugin

Scarica i file di estensione ESMART Token Web Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ESMART Token Web Plugin ESMART Token Web Plugin
ID cblhedkfmbhcikepclfiehohcpfpbmnb
URL Ufficiale https://chromewebstore.google.com/detail/esmart-token-web-plugin/cblhedkfmbhcikepclfiehohcpfpbmnb
Descrizione ESMART Token Web Plugin allows to access PKCS#11 methods for signing, verifing, listing objects etc.
Dimensione del File 88.59 KB
Conteggio Installazioni 409
Versione Corrente 3.0.17
Ultimo Aggiornamento 2023-02-07
Data di Pubblicazione 2022-11-20
Sviluppatore https://esmart.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://esmart.ru
URL della Pagina di Aiuto https://esmart.ru/tech-support/faq/
Lingue Supportate 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
        }
    ]
}