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
公式URL 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
Eメール [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:\/\/*\/"
    ]
}