Operative IQ Finger Print Reader Plugin

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

什么是Operative IQ Finger Print Reader Plugin?

Operative IQ Finger Print Reader Plugin是由EMS Technology Solutions, LLC开发的Chrome扩展程序,该扩展的主要功能是“Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.”。

扩展截图

screenshot

下载Operative IQ Finger Print Reader Plugin扩展crx文件

下载Operative IQ Finger Print Reader Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
官方URL https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
简介 Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
文件大小 17.48 KB
安装次数 5,834
当前版本 1.2.3
更新时间 2021-04-12
上架时间 2016-05-11
评分 4.75/5 共4次评分
开发者 EMS Technology Solutions, LLC
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.operativeiq.com/privacy-policy
支持的语言 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
}