Operative IQ Finger Print Reader Plugin

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

Qu'est-ce que Operative IQ Finger Print Reader Plugin ?

Operative IQ Finger Print Reader Plugin est une extension Chrome développée par EMS Technology Solutions, LLC, et sa fonction principale est "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Operative IQ Finger Print Reader Plugin

Téléchargez les fichiers d'extension Operative IQ Finger Print Reader Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
URL Officiel https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
Description Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Taille du Fichier 17.48 KB
Nombre d'Installations 5,834
Version Actuelle 1.2.3
Dernière Mise à Jour 2021-04-12
Date de Publication 2016-05-11
Évaluation 4.75/5 Total 4 Évaluations
Développeur EMS Technology Solutions, LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.operativeiq.com/privacy-policy
Langues Prises en Charge 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
}