Smart-ID WebAutoLogin
Smart-ID AutoLoginApp
Smart-ID WebAutoLogin란 무엇입니까?
Smart-ID WebAutoLogin은(는) Magic Control Technology Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart-ID AutoLoginApp"입니다.
확장 프로그램 스크린샷
Smart-ID WebAutoLogin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart-ID WebAutoLogin extension is for Smart-ID fingerprint users to automatically login web account via fingerprint. Please note to enable the extension auto-login function, you must have the Smart-ID fingerprint device connected to the windows computer.
확장 프로그램 기본 정보
이름 | Smart-ID WebAutoLogin |
ID | hjjngolnpaaikemddabgdaobickpknco |
공식 URL | https://chromewebstore.google.com/detail/smart-id-webautologin/hjjngolnpaaikemddabgdaobickpknco |
설명 | Smart-ID AutoLoginApp |
파일 크기 | 98.12 KB |
설치 횟수 | 5,707 |
현재 버전 | 1.17 |
최근 업데이트 | 2021-05-10 |
출시 날짜 | 2019-05-07 |
평점 | 3.85/5 총 34 개의 평점 |
개발자 | Magic Control Technology Corporation |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.mct.com.tw/edcontent_d.php?lang=en&tb=1&id=81 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart-ID WebAutoLogin", "version": "1.17", "description": "Smart-ID AutoLoginApp", "permissions": [ "nativeMessaging", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background\/background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "content_scripts\/content_script.js" ], "run_at": "document_start", "all_frames": true } ] } |