IDEMIA Smartcard Web Connector

Enable the IDEMIA's smartcard on the web.

IDEMIA Smartcard Web Connector là gì?

IDEMIA Smartcard Web Connector là một tiện ích mở rộng Chrome được phát triển bởi IDEMIA, và tính năng chính của nó là "Enable the IDEMIA's smartcard on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IDEMIA Smartcard Web Connector

Tải xuống các tệp mở rộng IDEMIA Smartcard Web Connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IDEMIA Smartcard Web Connector IDEMIA Smartcard Web Connector
ID pmcjdgnohppjkhnadihaonfmdponlcbi
URL Chính Thức https://chromewebstore.google.com/detail/idemia-smartcard-web-conn/pmcjdgnohppjkhnadihaonfmdponlcbi
Mô tả Enable the IDEMIA's smartcard on the web.
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 2,775
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-02-04
Ngày Phát Hành 2020-02-04
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển IDEMIA
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.idemia.com/legal-notes-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}