Blitz Smart Card Plugin adapter

Lets you use Blitz Smart Card Plugin for electronic signatures

什麼是Blitz Smart Card Plugin adapter?

Blitz Smart Card Plugin adapter是由https://identityblitz.ru開發的Chrome擴展程式,該擴展的主要功能是“Lets you use Blitz Smart Card Plugin for electronic signatures”。

擴展截圖

screenshot

下載Blitz Smart Card Plugin adapter擴展crx文件

下載Blitz Smart Card Plugin adapter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Blitz Smart Card Plugin adapter Blitz Smart Card Plugin adapter
ID pomekhchngaooffdadfjnghfkaeipoba
官方網址 https://chromewebstore.google.com/detail/blitz-smart-card-plugin-a/pomekhchngaooffdadfjnghfkaeipoba
簡介 Lets you use Blitz Smart Card Plugin for electronic signatures
檔案大小 45.6 KB
安裝次數 723,564
目前版本 1.1.9.5
更新時間 2022-08-06
上架時間 2017-03-27
評分 2.68/5 共 22 次評分
開發者 https://identityblitz.ru
電子郵箱 [email protected]
付費類型 free
擴展官網 https://identityblitz.ru/products/smart-card-plugin/
說明頁面URL https://identityblitz.ru/servis-podachi-svedenij-o-sotrudnikah/
支援的語言 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:\/\/*\/"
    ]
}