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ファイルをダウンロード
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. |
Eメール | [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" ] } ] } |