M2SYS Biometrics Plugin

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

Wat is M2SYS Biometrics Plugin?

M2SYS Biometrics Plugin is een Chrome-extensie ontwikkeld door M2SYS INC, en de belangrijkste functie is "Add fingerprint, face, or iris biometric capability to web based applications with no coding required.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie M2SYS Biometrics Plugin

Download M2SYS Biometrics Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam M2SYS Biometrics Plugin M2SYS Biometrics Plugin
ID nlophmkddbblpgdaecbjablhebjpjlea
Officiële URL https://chromewebstore.google.com/detail/m2sys-biometrics-plugin/nlophmkddbblpgdaecbjablhebjpjlea
Beschrijving Add fingerprint, face, or iris biometric capability to web based applications with no coding required.
Bestandsgrootte 90.47 KB
Aantal Installaties 57
Huidige Versie 2.0.0.0
Laatst Bijgewerkt 2021-10-22
Publicatiedatum 2021-06-09
Ontwikkelaar M2SYS INC
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.m2sys.com
Help Pagina-URL https://support.m2sys.com/
URL van de Privacybeleid Pagina https://www.m2sys.com/privacy-policy
Ondersteunde Talen 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",
        ""
    ]
}