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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ethernom, Inc. และคุณลักษณะหลักของมันคือ "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethernom - Password Manager
ดาวน์โหลดไฟล์ส่วนขยาย Ethernom - Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |