Ethernom - Password Manager
Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.
Ethernom - Password Manager란 무엇입니까?
Ethernom - Password Manager은(는) Ethernom, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites."입니다.
확장 프로그램 스크린샷
Ethernom - Password Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our Ethernom Smart Card uses multi-factor authentication to secure your data. Once you have connected your Ethernom Smart Card to our Ethernom Password Manager app, you will be able to save your credentials to your Smart Card and autofill these credentials during login to websites and other apps. You don’t have to worry about your credentials being stolen because your Ethernom Smart Card is a biometrically-secured, tamper-proof vault. Ethernom, Inc. develops the world’s lowest power, longest battery life Biometrically-secured Smart Cards on the market. We specialize in Fingerprint Recognition, Cryptology, Display Controls, Power Management, and integrated BLE/NFC functions.
확장 프로그램 기본 정보
이름 | Ethernom - Password Manager |
ID | ghfkhmjodifeadjngapnjfijggbhifen |
공식 URL | https://chromewebstore.google.com/detail/ethernom-password-manager/ghfkhmjodifeadjngapnjfijggbhifen |
설명 | Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites. |
파일 크기 | 2.1 MB |
설치 횟수 | 107 |
현재 버전 | 2.1.6 |
최근 업데이트 | 2020-10-02 |
출시 날짜 | 2020-07-01 |
개발자 | Ethernom, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.beamu.io/ |
도움말 페이지 URL | https://www.beamu.io/support |
개인정보 보호 정책 페이지 URL | https://ethernom.com/legal/privacy_policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethernom - Password Manager", "version": "2.1.6", "description": "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.", "manifest_version": 2, "icons": { "16": "img\/icon_016.png", "32": "img\/icon_032.png", "48": "img\/icon_048.png", "64": "img\/icon_064.png", "128": "img\/icon_128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "nativeMessaging", "tabs" ], "browser_action": { "default_icon": "img\/icon_red_032.png", "default_popup": "browserActionPopup.html" }, "web_accessible_resources": [ "img\/*", "notificationPanel.html" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |