Saviscio eID Reader

Browser extension that provides access to eID via native app

Wat is Saviscio eID Reader?

Saviscio eID Reader is een Chrome-extensie ontwikkeld door https://www.saviscio.be, en de belangrijkste functie is "Browser extension that provides access to eID via native app".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Saviscio eID Reader

Download Saviscio eID Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
Officiële URL https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
Beschrijving Browser extension that provides access to eID via native app
Bestandsgrootte 39.51 KB
Aantal Installaties 55,042
Huidige Versie 1.0.6
Laatst Bijgewerkt 2019-10-10
Publicatiedatum 2019-10-10
Beoordeling 1.44/5 Totaal 73 Beoordelingen
Ontwikkelaar https://www.saviscio.be
Betalingswijze free
Ondersteunde Talen 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"
    ]
}