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
Eメール [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
}