Ethernom - Password Manager
Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.
Ethernom - Password Manager là gì?
Ethernom - Password Manager là một tiện ích mở rộng Chrome được phát triển bởi Ethernom, Inc., và tính năng chính của nó là "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ethernom - Password Manager
Tải xuống các tệp mở rộng Ethernom - Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ethernom - Password Manager |
ID | ghfkhmjodifeadjngapnjfijggbhifen |
URL Chính Thức | https://chromewebstore.google.com/detail/ethernom-password-manager/ghfkhmjodifeadjngapnjfijggbhifen |
Mô tả | Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites. |
Kích Thước Tệp | 2.1 MB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 2.1.6 |
Cập Nhật Lần Cuối | 2020-10-02 |
Ngày Phát Hành | 2020-07-01 |
Nhà Phát Triển | Ethernom, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.beamu.io/ |
URL Trang Trợ Giúp | https://www.beamu.io/support |
URL Trang Chính Sách Bảo Mật | https://ethernom.com/legal/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |