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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connects with Ethernom Smart Card to manage your credentials and autofill these credentials when logging in to websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ethernom - Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
            ]
        }
    ]
}