M2SYS Biometrics Plugin
Add fingerprint, face, or iris biometric capability to web based applications with no coding required.
Hvad er M2SYS Biometrics Plugin?
M2SYS Biometrics Plugin er en Chrome-udvidelse udviklet af M2SYS INC, og dens hovedfunktion er "Add fingerprint, face, or iris biometric capability to web based applications with no coding required.".
Udvidelsesskærmbilleder
Download M2SYS Biometrics Plugin-udvidelses-CRX-fil
Download M2SYS Biometrics Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | M2SYS Biometrics Plugin |
ID | nlophmkddbblpgdaecbjablhebjpjlea |
Officiel URL | https://chromewebstore.google.com/detail/m2sys-biometrics-plugin/nlophmkddbblpgdaecbjablhebjpjlea |
Beskrivelse | Add fingerprint, face, or iris biometric capability to web based applications with no coding required. |
Filstørrelse | 90.47 KB |
Antal Installationer | 57 |
Nuværende Version | 2.0.0.0 |
Senest Opdateret | 2021-10-22 |
Udgivelsesdato | 2021-06-09 |
Udvikler | M2SYS INC |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.m2sys.com |
Hjælpeside-URL | https://support.m2sys.com/ |
URL til Fortrolighedspolitik Side | https://www.m2sys.com/privacy-policy |
Understøttede Sprog | 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", " |