M2SYS Biometrics Plugin

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

什麼是M2SYS Biometrics Plugin?

M2SYS Biometrics Plugin是由M2SYS INC開發的Chrome擴展程式,該擴展的主要功能是“Add fingerprint, face, or iris biometric capability to web based applications with no coding required.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載M2SYS Biometrics Plugin擴展crx文件

下載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
官方網址 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",
        ""
    ]
}