IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

IDEMIA Smartcard Web Connectorคืออะไร?

IDEMIA Smartcard Web Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IDEMIA และคุณลักษณะหลักของมันคือ "Enable the IDEMIA's smartcard on the web."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IDEMIA Smartcard Web Connector

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

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

                        IDEMIA Smartcard Web Connector is a web extension to Chrome browser to access IDEMIA’s Identity cards from a web application.                    

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

ชื่อ IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
คำอธิบาย Enable the IDEMIA's smartcard on the web.
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 2,775
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-02-04
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา IDEMIA
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.idemia.com/legal-notes-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IDEMIA Smartcard Web Connector",
    "version": "1.2.2",
    "author": "IDEMIA",
    "minimum_chrome_version": "40.0",
    "manifest_version": 2,
    "description": "Enable the IDEMIA's smartcard on the web.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/scwebconnector.js",
        "html\/*",
        "css\/*",
        "icons\/*"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}