Ethernom - Password Manager

Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.

Cos'è Ethernom - Password Manager?

Ethernom - Password Manager è un'estensione di Chrome sviluppata da Ethernom, Inc., e la sua funzione principale è "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ethernom - Password Manager

Scarica i file di estensione Ethernom - Password Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ethernom - Password Manager Ethernom - Password Manager
ID ghfkhmjodifeadjngapnjfijggbhifen
URL Ufficiale https://chromewebstore.google.com/detail/ethernom-password-manager/ghfkhmjodifeadjngapnjfijggbhifen
Descrizione Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites.
Dimensione del File 2.1 MB
Conteggio Installazioni 107
Versione Corrente 2.1.6
Ultimo Aggiornamento 2020-10-02
Data di Pubblicazione 2020-07-01
Sviluppatore Ethernom, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.beamu.io/
URL della Pagina di Aiuto https://www.beamu.io/support
URL della Pagina della Politica sulla Privacy https://ethernom.com/legal/privacy_policy.html
Lingue Supportate 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"
            ]
        }
    ]
}