eidReader Plugin Chrome Extension

Allows use of native eidReader plugin from Chrome

O que é eidReader Plugin Chrome Extension?

eidReader Plugin Chrome Extension é uma extensão do Chrome desenvolvida por UnifiedPost, e sua principal característica é "Allows use of native eidReader plugin from Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão eidReader Plugin Chrome Extension

Baixe arquivos de extensão eidReader Plugin Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Chrome extension allowing native messaging with a native Eid reader plugin.  
The native Eid reader plugin allows to retrieve data, authenticate or sign with a Belgian eID card using a PC/SC complient Smart card reader. 

This only works for websites integrating with the UnifiedPost Eid solution and after installing the native Eid reader plugin software.                    

Informações Básicas da Extensão

Nome eidReader Plugin Chrome Extension eidReader Plugin Chrome Extension
ID kcnofmiceklfkodhdhhjcfjhdepfobaf
URL Oficial https://chromewebstore.google.com/detail/eidreader-plugin-chrome-e/kcnofmiceklfkodhdhhjcfjhdepfobaf
Descrição Allows use of native eidReader plugin from Chrome
Tamanho do Arquivo 29.55 KB
Contagem de Instalações 186,758
Versão Atual 1.0.2
Última Atualização 2017-11-21
Data de Publicação 2017-11-20
Classificação 1.76/5 Total de 87 Avaliações
Desenvolvedor UnifiedPost
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eidReader Plugin Chrome Extension",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Allows use of native eidReader plugin from Chrome",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "FireBreathPromise.js",
            "wyrmhole.js",
            "firewyrm.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wyrmhole.js",
        "wyrmhole-page.js",
        "FireBreathPromise.js",
        "firewyrm.js"
    ],
    "permissions": [
        "nativeMessaging"
    ]
}