Saviscio eID Reader

Browser extension that provides access to eID via native app

Qu'est-ce que Saviscio eID Reader ?

Saviscio eID Reader est une extension Chrome développée par https://www.saviscio.be, et sa fonction principale est "Browser extension that provides access to eID via native app".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Saviscio eID Reader

Téléchargez les fichiers d'extension Saviscio eID Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
URL Officiel https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
Description Browser extension that provides access to eID via native app
Taille du Fichier 39.51 KB
Nombre d'Installations 55,042
Version Actuelle 1.0.6
Dernière Mise à Jour 2019-10-10
Date de Publication 2019-10-10
Évaluation 1.44/5 Total 73 Évaluations
Développeur https://www.saviscio.be
Type de Paiement free
Langues Prises en Charge 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"
    ]
}