Blitz Smart Card Plugin adapter

Lets you use Blitz Smart Card Plugin for electronic signatures

Qu'est-ce que Blitz Smart Card Plugin adapter ?

Blitz Smart Card Plugin adapter est une extension Chrome développée par https://identityblitz.ru, et sa fonction principale est "Lets you use Blitz Smart Card Plugin for electronic signatures".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Blitz Smart Card Plugin adapter

Téléchargez les fichiers d'extension Blitz Smart Card Plugin adapter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Blitz Smart Card Plugin adapter Blitz Smart Card Plugin adapter
ID pomekhchngaooffdadfjnghfkaeipoba
URL Officiel https://chromewebstore.google.com/detail/blitz-smart-card-plugin-a/pomekhchngaooffdadfjnghfkaeipoba
Description Lets you use Blitz Smart Card Plugin for electronic signatures
Taille du Fichier 45.6 KB
Nombre d'Installations 723,564
Version Actuelle 1.1.9.5
Dernière Mise à Jour 2022-08-06
Date de Publication 2017-03-27
Évaluation 2.68/5 Total 22 Évaluations
Développeur https://identityblitz.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://identityblitz.ru/products/smart-card-plugin/
URL de la Page d'Aide https://identityblitz.ru/servis-podachi-svedenij-o-sotrudnikah/
Langues Prises en Charge 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:\/\/*\/"
    ]
}