M2SYS Biometrics Plugin

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

Cos'è M2SYS Biometrics Plugin?

M2SYS Biometrics Plugin è un'estensione di Chrome sviluppata da M2SYS INC, e la sua funzione principale è "Add fingerprint, face, or iris biometric capability to web based applications with no coding required.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione M2SYS Biometrics Plugin

Scarica i file di estensione M2SYS Biometrics Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome M2SYS Biometrics Plugin M2SYS Biometrics Plugin
ID nlophmkddbblpgdaecbjablhebjpjlea
URL Ufficiale https://chromewebstore.google.com/detail/m2sys-biometrics-plugin/nlophmkddbblpgdaecbjablhebjpjlea
Descrizione Add fingerprint, face, or iris biometric capability to web based applications with no coding required.
Dimensione del File 90.47 KB
Conteggio Installazioni 57
Versione Corrente 2.0.0.0
Ultimo Aggiornamento 2021-10-22
Data di Pubblicazione 2021-06-09
Sviluppatore M2SYS INC
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.m2sys.com
URL della Pagina di Aiuto https://support.m2sys.com/
URL della Pagina della Politica sulla Privacy https://www.m2sys.com/privacy-policy
Lingue Supportate 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",
        ""
    ]
}