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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EMS Technology Solutions, LLC และคุณลักษณะหลักของมันคือ "Enable biometric login and transaction verification for Operative IQ with the Operative IQ Finger Print Reader Plugin."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Operative IQ Finger Print Reader Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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
}