Operative IQ Finger Print Reader Plugin

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

Cos'è Operative IQ Finger Print Reader Plugin?

Operative IQ Finger Print Reader Plugin è un'estensione di Chrome sviluppata da EMS Technology Solutions, LLC, e la sua funzione principale è "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Operative IQ Finger Print Reader Plugin

Scarica i file di estensione Operative IQ Finger Print Reader Plugin 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 makes possible biometric login and transaction verification for Operative IQ users using fingerprint USB readers.                    

Informazioni di Base sull'Estensione

Nome Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
URL Ufficiale https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
Descrizione Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Dimensione del File 17.48 KB
Conteggio Installazioni 5,834
Versione Corrente 1.2.3
Ultimo Aggiornamento 2021-04-12
Data di Pubblicazione 2016-05-11
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore EMS Technology Solutions, LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.operativeiq.com/privacy-policy
Lingue Supportate 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
}