eID Chrome Extension

Chrome extension for the Belgium eID card

eID Chrome Extension là gì?

eID Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://e-contract.be, và tính năng chính của nó là "Chrome extension for the Belgium eID card".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng eID Chrome Extension

Tải xuống các tệp mở rộng eID Chrome Extension 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

                        The eID Chrome Extension gives access to the eID card within the Chrome web browser. The eID Chrome solution has been integrated within our eID Identity Provider and Digital Signature Service.                    

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

Tên eID Chrome Extension eID Chrome Extension
ID bkbdaodnaecdijpajecpncpdomgcoakc
URL Chính Thức https://chromewebstore.google.com/detail/eid-chrome-extension/bkbdaodnaecdijpajecpncpdomgcoakc
Mô tả Chrome extension for the Belgium eID card
Kích Thước Tệp 22.78 KB
Số Lần Cài Đặt 835,676
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-01-23
Ngày Phát Hành 2015-09-08
Đánh Giá 1.79/5 Tổng số 263 Đánh Giá
Nhà Phát Triển https://e-contract.be
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.e-contract.be
URL Trang Trợ Giúp https://www.e-contract.be/support/chrome
URL Trang Chính Sách Bảo Mật https://www.e-contract.be/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eID Chrome Extension",
    "description": "Chrome extension for the Belgium eID card",
    "version": "1.0.2",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "38": "icon38.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.e-contract.be\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.ejustice.be\/*",
                "https:\/\/*.auctionline.be\/*",
                "https:\/\/*.nkcn-cia.be\/*",
                "https:\/\/*.jd-consult.be\/*",
                "https:\/\/*.allsoft.be\/*",
                "https:\/\/*.orpea.net\/*",
                "http:\/\/*.orpea.net\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}