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 là gì?

Operative IQ Finger Print Reader Plugin là một tiện ích mở rộng Chrome được phát triển bởi EMS Technology Solutions, LLC, và tính năng chính của nó là "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Operative IQ Finger Print Reader Plugin

Tải xuống các tệp mở rộng Operative IQ Finger Print Reader Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Operative IQ Finger Print Reader Plugin Operative IQ Finger Print Reader Plugin
ID kafpnhpkhahnneolfnkpjfoigfcjafne
URL Chính Thức https://chromewebstore.google.com/detail/operative-iq-finger-print/kafpnhpkhahnneolfnkpjfoigfcjafne
Mô tả Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin.
Kích Thước Tệp 17.48 KB
Số Lần Cài Đặt 5,834
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2021-04-12
Ngày Phát Hành 2016-05-11
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển EMS Technology Solutions, LLC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.operativeiq.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}