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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://identityblitz.ru และคุณลักษณะหลักของมันคือ "Lets you use Blitz Smart Card Plugin for electronic signatures"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blitz Smart Card Plugin adapter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/"
    ]
}