M2SYS Biometrics Plugin

Add fingerprint, face, or iris biometric capability to web based applications with no coding required.

M2SYS Biometrics Pluginคืออะไร?

M2SYS Biometrics Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M2SYS INC และคุณลักษณะหลักของมันคือ "Add fingerprint, face, or iris biometric capability to web based applications with no coding required."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย M2SYS Biometrics Plugin

ดาวน์โหลดไฟล์ส่วนขยาย M2SYS Biometrics Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the easiest way to add a scalable biometric system to your web application. Combined with our CloudABIS biometric matching system, our Chrome plugin enables anyone to easily and quickly add fingerprint, face, and iris recognition to your web software.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ M2SYS Biometrics Plugin M2SYS Biometrics Plugin
ID nlophmkddbblpgdaecbjablhebjpjlea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/m2sys-biometrics-plugin/nlophmkddbblpgdaecbjablhebjpjlea
คำอธิบาย Add fingerprint, face, or iris biometric capability to web based applications with no coding required.
ขนาดไฟล์ 90.47 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 2.0.0.0
อัปเดตครั้งล่าสุด 2021-10-22
วันที่เผยแพร่ 2021-06-09
ผู้พัฒนา M2SYS INC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.m2sys.com
URL หน้าช่วยเหลือ https://support.m2sys.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.m2sys.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "M2SYS Biometrics Plugin",
    "version": "2.0.0.0",
    "description": "Add fingerprint, face, or iris biometric capability to web based applications with no coding required.",
    "manifest_version": 2,
    "icons": {
        "16": ".\/assets\/m2-logo-16x16.png",
        "32": ".\/assets\/m2-logo-32x32.png",
        "48": ".\/assets\/m2-logo-48x48.png",
        "64": ".\/assets\/m2-logo-64x64.png",
        "128": ".\/assets\/m2-logo-128X128.png"
    },
    "background": {
        "scripts": [
            ".\/scripts\/APPconstants.js",
            ".\/scripts\/appsettings_bg.js",
            ".\/scripts\/cloudabis.js",
            ".\/scripts\/cloudscanr.js",
            ".\/scripts\/biometrichelperv12.js",
            ".\/scripts\/cookiemanager.js",
            ".\/scripts\/uiparser.js",
            ".\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "M2SYS Plugin",
        "default_popup": ".\/views\/appsettings.html"
    },
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "notifications",
        ""
    ]
}