Saviscio eID Reader

Browser extension that provides access to eID via native app

Cos'è Saviscio eID Reader?

Saviscio eID Reader è un'estensione di Chrome sviluppata da https://www.saviscio.be, e la sua funzione principale è "Browser extension that provides access to eID via native app".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Saviscio eID Reader

Scarica i file di estensione Saviscio eID Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Saviscio eID Reader Saviscio eID Reader
ID kfkbmijfkphkfehjgjkchldojnefgice
URL Ufficiale https://chromewebstore.google.com/detail/saviscio-eid-reader/kfkbmijfkphkfehjgjkchldojnefgice
Descrizione Browser extension that provides access to eID via native app
Dimensione del File 39.51 KB
Conteggio Installazioni 55,042
Versione Corrente 1.0.6
Ultimo Aggiornamento 2019-10-10
Data di Pubblicazione 2019-10-10
Valutazione 1.44/5 Totale 73 Valutazioni
Sviluppatore https://www.saviscio.be
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}