Saviscio eID Reader

Browser extension that provides access to eID via native app

Saviscio eID Reader là gì?

Saviscio eID Reader là một tiện ích mở rộng Chrome được phát triển bởi https://www.saviscio.be, và tính năng chính của nó là "Browser extension that provides access to eID via native app".

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

screenshot
screenshot

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

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

                        This extension must be added to the browser in order to communicate with your Belgian eID card via an additional application.

When this extension and the application are installed, you will be able to use your eID card to
- authenticate on our access management service
- apply digital signatures on documents.                    

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

Tên Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
URL Chính Thức https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
Mô tả Browser extension that provides access to eID via native app
Kích Thước Tệp 39.51 KB
Số Lần Cài Đặt 55,042
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2019-10-10
Ngày Phát Hành 2019-10-10
Đánh Giá 1.44/5 Tổng số 73 Đánh Giá
Nhà Phát Triển https://www.saviscio.be
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saviscio eID Reader",
    "short_name": "SAV eID",
    "description": "Browser extension that provides access to eID via native app",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.saviscio.be\/*",
            "https:\/\/localhost\/*",
            "https:\/\/*.bridg32.local\/*",
            "https:\/\/*.bridg32.local:8443\/*",
            "https:\/\/bridge.sbs.be\/*",
            "https:\/\/*.mycarenet.be\/portal\/invoicing\/*",
            "https:\/\/*.mycarenet.be\/portal\/medAdmin\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ]
}