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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add fingerprint, face, or iris biometric capability to web based applications with no coding required."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में M2SYS Biometrics Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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",
        ""
    ]
}