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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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", " |