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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/"
    ]
}