Elpass for Windows and Linux

The extension for Elpass, a modern password manager you can fully control.

Co to jest Elpass for Windows and Linux?

Elpass for Windows and Linux to rozszerzenie Chrome opracowane przez Surge Networks Inc., a jego główną funkcją jest „The extension for Elpass, a modern password manager you can fully control.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Elpass for Windows and Linux

Pobierz pliki rozszerzeń Elpass for Windows and Linux w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The extension for Elpass, a modern password manager you can fully control.
Elpass is a password manager and personal digital vault that you can fully control. It has an enjoyable interface and always keeps your safety in mind.

Elpass isolates your vault strictly. Your data is stored on your device locally and synced with a third-party cloud service like iCloud and Dropbox. Your data will be encrypted with bank-level algorithms before being sent, making sure that nobody can access it without your master password.

Security is critical, but sometimes we don't want so many troubles for insignificant items. You may set a security level for every item. A convenient level item may fill automatically without any interaction. However, a high level item requires biometric verification every time.

About convenience,  Elpass can auto-fill logins for webpages and native applications on macOS. You never need to open the password manager and copy passwords manually.

This version works with Windows and Linux.                    

Podstawowe informacje o rozszerzeniu

Nazwa Elpass for Windows and Linux Elpass for Windows and Linux
ID niaiijhpcegpkoinachnecheafcfpnko
Oficjalny URL https://chromewebstore.google.com/detail/elpass-for-windows-and-li/niaiijhpcegpkoinachnecheafcfpnko
Opis The extension for Elpass, a modern password manager you can fully control.
Rozmiar pliku 734 KB
Liczba instalacji 199
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2020-04-22
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Surge Networks Inc.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://elpass.app/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elpass for Windows and Linux",
    "description": "The extension for Elpass, a modern password manager you can fully control.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs3C9ER\/OeZ3njhPsYRe9eQKbom65Iph\/Jf6+FzU9yIKkCMRCXTK0ocanSyGXWd0h4rgJuAubvvj1jSuHw3xpP7nRj1xr9mxt0BRqvAOi4AnruA\/uCeXPrXWnvGnkqr5FAOmWrsTX+jOgdDLoUrHqYbsuTcHczQmtM70nsmKn2iMKofQ6qn2KQp4Qy2JCX9+vODBV1pesWD24DbL1V03rhbaBppKr\/Lx5qbsEsxtYmqaeq0txPoD3w7FD4drX4errmUCbXrWcR2x2\/Wk3INFK+2xoqdvuCTkvP1OXOkhaJ0jAFK6rEoBw6rIydcibWdbnNr751KmJBhoAoAqmwHDCWQIDAQAB",
    "version": "2.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; img-src chrome:\/\/favicon;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "popup.html",
                "cloudkit.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "popup.html",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "contentScripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "exclude_globs": [
                "*:\/\/ad.*\/*",
                "*:\/\/ad0.*\/*",
                "*:\/\/ad1.*\/*",
                "*:\/\/ad2.*\/*",
                "*:\/\/ad3.*\/*",
                "*:\/\/ad4.*\/*",
                "*:\/\/ad5.*\/*",
                "*:\/\/ad6.*\/*",
                "*:\/\/ad7.*\/*",
                "*:\/\/ad8.*\/*",
                "*:\/\/ad9.*\/*",
                "*:\/\/ads?.*\/*",
                "*:\/\/adserver*.*\/*",
                "*:\/\/*\/*adframe*",
                "*:\/\/tag.admeld*.*\/*",
                "*:\/\/*.atdmt.com\/*",
                "*:\/\/*.doubleclick.*\/*",
                "*:\/\/*.ak.fbcdn.net\/*",
                "*:\/\/plusone.google.com\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/*.facebook.com\/widgets\/*",
                "*:\/\/*.facebook.com\/plugins\/*",
                "*:\/\/*.facebook.com\/extern\/*",
                "*:\/\/www.youtube.com\/embed\/*",
                "*:\/\/stats.complex.com\/*",
                "*:\/\/*.addthis.com\/static\/*",
                "*:\/\/vitamine.networldmedia.net\/*",
                "*:\/\/api.tweetmeme.com\/*",
                "*:\/\/*.atwola.com\/*",
                "*:\/\/engine.adzerk.net\/*",
                "*:\/\/*.stumbleupon.com\/badge\/*",
                "*:\/\/*.bizographics.com\/collect\/*",
                "*:\/\/*.musthird.com\/*",
                "*:\/\/*.googletagmanager.com\/*",
                "*:\/\/ipservice.163.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Fill the password",
        "default_popup": "popup.html",
        "default_icon": "icon38.png"
    },
    "incognito": "spanning",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}