Saviscio eID Reader

Browser extension that provides access to eID via native app

Was ist Saviscio eID Reader?

Saviscio eID Reader ist eine Chrome-Erweiterung, die von https://www.saviscio.be entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension that provides access to eID via native app".

Erweiterungsscreenshots

screenshot
screenshot

Saviscio eID Reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Saviscio eID Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
Offizielle URL https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
Beschreibung Browser extension that provides access to eID via native app
Dateigröße 39.51 KB
Installationsanzahl 55,042
Aktuelle Version 1.0.6
Letztes Update 2019-10-10
Veröffentlichungsdatum 2019-10-10
Bewertung 1.44/5 Insgesamt 73 Bewertungen
Entwickler https://www.saviscio.be
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}