Blitz Smart Card Plugin adapter

Lets you use Blitz Smart Card Plugin for electronic signatures

Blitz Smart Card Plugin adapter là gì?

Blitz Smart Card Plugin adapter là một tiện ích mở rộng Chrome được phát triển bởi https://identityblitz.ru, và tính năng chính của nó là "Lets you use Blitz Smart Card Plugin for electronic signatures".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blitz Smart Card Plugin adapter

Tải xuống các tệp mở rộng Blitz Smart Card Plugin adapter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blitz Smart Card Plugin adapter Blitz Smart Card Plugin adapter
ID pomekhchngaooffdadfjnghfkaeipoba
URL Chính Thức https://chromewebstore.google.com/detail/blitz-smart-card-plugin-a/pomekhchngaooffdadfjnghfkaeipoba
Mô tả Lets you use Blitz Smart Card Plugin for electronic signatures
Kích Thước Tệp 45.6 KB
Số Lần Cài Đặt 723,564
Phiên Bản Hiện Tại 1.1.9.5
Cập Nhật Lần Cuối 2022-08-06
Ngày Phát Hành 2017-03-27
Đánh Giá 2.68/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://identityblitz.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://identityblitz.ru/products/smart-card-plugin/
URL Trang Trợ Giúp https://identityblitz.ru/servis-podachi-svedenij-o-sotrudnikah/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}