Saviscio eID Reader

Browser extension that provides access to eID via native app

ما هو Saviscio eID Reader؟

Saviscio eID Reader هو إضافة Chrome تم تطويرها بواسطة https://www.saviscio.be، والميزة الرئيسية لها هي "Browser extension that provides access to eID via native app".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Saviscio eID Reader

قم بتنزيل ملفات الامتداد Saviscio eID Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
عنوان URL الرسمي https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
الوصف Browser extension that provides access to eID via native app
حجم الملف 39.51 KB
عدد التثبيتات 55,042
النسخة الحالية 1.0.6
آخر تحديث 2019-10-10
تاريخ النشر 2019-10-10
تقييم 1.44/5 مجموع تقييمات 73
المطور https://www.saviscio.be
نوع الدفع free
اللغات المدعومة 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"
    ]
}