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.”。

擴展截圖

screenshot
screenshot

下載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 Ethernom - Password Manager
ID ghfkhmjodifeadjngapnjfijggbhifen
官方網址 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"
            ]
        }
    ]
}