Operative IQ Finger Print Reader Plugin

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

¿Qué es Operative IQ Finger Print Reader Plugin?

Operative IQ Finger Print Reader Plugin es una extensión de Chrome desarrollada por EMS Technology Solutions, LLC, y su función principal es "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Operative IQ Finger Print Reader Plugin

Descarga archivos de extensión Operative IQ Finger Print Reader Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 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
Descripción Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Tamaño del Archivo 17.48 KB
Cantidad de Instalaciones 5,834
Versión Actual 1.2.3
Última Actualización 2021-04-12
Fecha de Publicación 2016-05-11
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador EMS Technology Solutions, LLC
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://www.operativeiq.com/privacy-policy
Idiomas Soportados 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
}