Operative IQ Finger Print Reader Plugin

Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.

O que é Operative IQ Finger Print Reader Plugin?

Operative IQ Finger Print Reader Plugin é uma extensão do Chrome desenvolvida por EMS Technology Solutions, LLC, e sua principal característica é "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Operative IQ Finger Print Reader Plugin

Baixe arquivos de extensão Operative IQ Finger Print Reader Plugin 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

                        This extension makes possible biometric login and transaction verification for Operative IQ users using fingerprint USB readers.                    

Informações Básicas da Extensão

Nome Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
URL Oficial https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
Descrição Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Tamanho do Arquivo 17.48 KB
Contagem de Instalações 5,834
Versão Atual 1.2.3
Última Atualização 2021-04-12
Data de Publicação 2016-05-11
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor EMS Technology Solutions, LLC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.operativeiq.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Operative IQ Finger Print Reader Plugin",
    "description": "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin. ",
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "operativeiq.png"
    },
    "web_accessible_resources": [
        "operativeiq.png"
    ],
    "version": "1.2.3",
    "minimum_chrome_version": "29",
    "manifest_version": 2
}