Operative IQ Finger Print Reader Plugin

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

Co je Operative IQ Finger Print Reader Plugin?

Operative IQ Finger Print Reader Plugin je rozšíření Chrome vyvinuté EMS Technology Solutions, LLC, a jeho hlavní funkcí je „Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Operative IQ Finger Print Reader Plugin

Stáhněte si soubory rozšíření Operative IQ Finger Print Reader Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
Oficiální URL https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
Popis Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Velikost souboru 17.48 KB
Počet instalací 5,834
Aktuální Verze 1.2.3
Poslední Aktualizace 2021-04-12
Datum Vydání 2016-05-11
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář EMS Technology Solutions, LLC
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.operativeiq.com/privacy-policy
Podporované Jazyky 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
}