Blitz Smart Card Plugin adapter

Lets you use Blitz Smart Card Plugin for electronic signatures

Cos'è Blitz Smart Card Plugin adapter?

Blitz Smart Card Plugin adapter è un'estensione di Chrome sviluppata da https://identityblitz.ru, e la sua funzione principale è "Lets you use Blitz Smart Card Plugin for electronic signatures".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blitz Smart Card Plugin adapter

Scarica i file di estensione Blitz Smart Card Plugin adapter 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

                        To use the Blitz Smart Card Plugin in the Google Chrome browser you need to install a special extension - Blitz Smart Card Plugin adapter.
Blitz Smart Card Plugin allows you to use different types of electronic signatures, including the Aladdin eToken / JaCarta PKI, Rutoken ECP, CryptoPro CSP 3.9 / 4.0, ESMART and SafeNet eToken tokens (list of devices depends on the operating system).
See the list of supported keys on the developer's page.                    

Informazioni di Base sull'Estensione

Nome Blitz Smart Card Plugin adapter Blitz Smart Card Plugin adapter
ID pomekhchngaooffdadfjnghfkaeipoba
URL Ufficiale https://chromewebstore.google.com/detail/blitz-smart-card-plugin-a/pomekhchngaooffdadfjnghfkaeipoba
Descrizione Lets you use Blitz Smart Card Plugin for electronic signatures
Dimensione del File 45.6 KB
Conteggio Installazioni 723,564
Versione Corrente 1.1.9.5
Ultimo Aggiornamento 2022-08-06
Data di Pubblicazione 2017-03-27
Valutazione 2.68/5 Totale 22 Valutazioni
Sviluppatore https://identityblitz.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://identityblitz.ru/products/smart-card-plugin/
URL della Pagina di Aiuto https://identityblitz.ru/servis-podachi-svedenij-o-sotrudnikah/
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.1.9.5",
    "default_locale": "ru",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "homepage_url": "https:\/\/identityblitz.ru",
    "background": {
        "scripts": [
            "background.js",
            "FireBreathPromise.js",
            "wyrmhole.js",
            "firewyrm.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js"
    ],
    "permissions": [
        "nativeMessaging",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}