ePass Plugin Adapter

Digital signing

ePass Plugin Adapterคืออะไร?

ePass Plugin Adapter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย АО "СИГНАЛ-КОМ" และคุณลักษณะหลักของมันคือ "Digital signing"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ePass Plugin Adapter

ดาวน์โหลดไฟล์ส่วนขยาย ePass Plugin Adapter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ePass Plugin Adapter extension is a necessary component of ePass Cryptographic Plugin which is intended for digital signing in Electronic Passports System (EPS).

ePass Cryptographic Plugin is used in EPS web-applications for digital signing of legally relevant electronic documents and for strong users authentication.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ePass Plugin Adapter ePass Plugin Adapter
ID pflnhkdikbjjmbalonhjpjfmgmcdaobg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/epass-plugin-adapter/pflnhkdikbjjmbalonhjpjfmgmcdaobg
คำอธิบาย Digital signing
ขนาดไฟล์ 51.23 KB
จำนวนการติดตั้ง 4,276
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-10-10
วันที่เผยแพร่ 2016-10-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา АО "СИГНАЛ-КОМ"
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://signal-com.ru/
URL หน้าช่วยเหลือ http://signal-com.ru/sc_support
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ePass Plugin Adapter",
    "default_locale": "en",
    "version": "1.2",
    "manifest_version": 2,
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "epass-128.png",
        "256": "epass-256.png",
        "512": "epass-512.png"
    },
    "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"
    ]
}