IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

Apa itu IDEMIA Smartcard Web Connector?

IDEMIA Smartcard Web Connector adalah ekstensi Chrome yang dikembangkan oleh IDEMIA, dan fitur utamanya adalah "Enable the IDEMIA's smartcard on the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IDEMIA Smartcard Web Connector

Unduh file ekstensi IDEMIA Smartcard Web Connector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
URL Resmi https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Deskripsi Enable the IDEMIA's smartcard on the web.
Ukuran File 284 KB
Jumlah Instalasi 2,775
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2020-02-04
Tanggal Publikasi 2020-02-04
Penilaian 3.50/5 Total 2 Penilaian
Pengembang IDEMIA
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.idemia.com/legal-notes-privacy-policy
Bahasa yang Didukung 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"
    ]
}