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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |