Proton Pass: Free Password Manager

Free and fully encrypted password manager to keep your logins and passwords safe.

Was ist Proton Pass: Free Password Manager?

Proton Pass: Free Password Manager ist eine Chrome-Erweiterung, die von Proton AG entwickelt wurde, und ihr Hauptmerkmal ist "Free and fully encrypted password manager to keep your logins and passwords safe.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Proton Pass: Free Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proton Pass: Free Password Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Free and unlimited password manager to keep your login credentials safe and manage them directly in your browser.

Get the password manager created by the former scientists who met at CERN behind Proton Mail, the world’s largest encrypted email provider. Proton Pass is open-source, end-to-end encrypted, and protected by Swiss privacy laws.

Pass offers more than other free password managers and has no ads or data collection. You can use it for free forever on all your devices to create and store unlimited passwords, autofill logins, generate 2FA codes, create email aliases, secure your notes, and more. 

* Protect your logins and their metadata with battle-tested end-to-end encryption
While many other password managers only encrypt your password, Proton Pass uses end-to-end encryption on all your stored login details (including your username, the website address, and more). 

* Audit Pass’s open-source code
Like all other Proton services, Pass is open source and built on the principle of trust through transparency. As scientists, we know that transparency and peer review lead to better security. All Proton Pass apps are open source, meaning anyone can verify our security claims for themselves. 

* How can Proton Pass be free forever?
We offer Pass for free because everyone deserves online privacy and security. This is possible thanks to our supportive community on paid plans. If you would like to support our work and get access to premium features, consider upgrading your plan.

* Protect more than just your passwords. 
Join over 100 million people who have signed up for Proton’s privacy ecosystem, which includes Proton Mail, Proton Drive, Proton Calendar, Proton VPN, and more. Take back control of your privacy online with our encrypted email, calendar, file storage, and VPN. 

With Proton Pass, you can:

- Store and auto-sync unlimited logins on unlimited devices: You can create, store, and manage your credentials from anywhere with our browser extension and apps for Android and iPhone. 
 
- Sign in faster with Proton Pass autofill: You no longer need to copy and paste your username and password. Easily and securely log in with Proton Pass autofill technology.

- Avoid weak passwords: With our built-in secure password generator, you can easily generate strong, unique, and random passwords based on the security requirements for every website you sign up to. 

- Safely store encrypted notes: You can save private notes in Pass and access them on all your devices.

- Create unique email addresses with hide-my-email aliases: Proton Pass helps you hide your personal email address with email aliases. Keep spam out of your inbox, avoid being tracked everywhere, and protect yourself from data breaches.

- Make 2FA easy with our built-in authenticator: With Pass’s integrated 2FA authenticator, using 2FA is finally fast and convenient. Easily add a 2FA code for any website and use it when you log in.

- Easily organize and share your sensitive data with vaults (paid feature): Manage your logins, secure notes, and email aliases with vaults. In the next version of Pass, you’ll be able to share vaults with your family, friends, or colleagues.

- Quick offline access to your login data: Access your stored passwords and notes in Pass from wherever you are, even when you don’t have internet connection. 

- Secure your Pass account with additional security measures: Protect all your data with another layer of protection, either with TOTP or U2F/FIDO2 security keys.

For more information, visit: https://proton.me/pass
Learn more about Proton: https://proton.me                    

Grundlegende Informationen zur Erweiterung

Name Proton Pass: Free Password Manager Proton Pass: Free Password Manager
ID ghmbeldphafepmbegfdlkpapadhbakde
Offizielle URL https://chromewebstore.google.com/detail/proton-pass-free-password/ghmbeldphafepmbegfdlkpapadhbakde
Beschreibung Free and fully encrypted password manager to keep your logins and passwords safe.
Dateigröße 15.39 MB
Installationsanzahl 210,425
Aktuelle Version 1.14.1
Letztes Update 2024-03-01
Veröffentlichungsdatum 2023-06-27
Bewertung 4.30/5 Insgesamt 477 Bewertungen
Entwickler Proton AG
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://proton.me/pass
Hilfeseite URL https://proton.me/support/pass
URL der Datenschutzrichtlinien-Seite https://proton.me/legal/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proton Pass: Free Password Manager",
    "description": "Free and fully encrypted password manager to keep your logins and passwords safe.",
    "version": "1.14.1",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/pass.proton.me\/*",
                "https:\/\/pass.proton.local\/*",
                "https:\/\/pass.proton.black\/*",
                "https:\/\/pass.proton.pink\/*",
                "https:\/\/pass.protontech.ch\/*"
            ],
            "js": [
                "orchestrator.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/account.proton.me\/*",
            "https:\/\/pass.proton.me\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiZt8pKnvrDkvOuKzjfj1TtrPc0lwlUc\/pvAOAoLmtQ9i5IdVisA7m4zqLKFONapyI3FWPsThpGRteYpLSgIf0LY8E2TGCHRDobYMLagS7OAbVySapvYCqj4LBQ7EOSYNVOEOUgyTAWqDB4udB6vgQXkRV6f2n2hAsAvrkutW1U4Unovg1zksp24bOTwyOxM5rJ6vbqGVzuhiblqaOpinmN+TQ53+8xCmVduWrQCMO3I+\/hOPmw6S9nPMFj1Wsc+qIsNMCLT8kEGRGa51gw7ZK7TaYQ1MGB\/O+lbUjcL5bjYYvcYXA7bL3Ol8vhSLN5yhhxox9w19O\/+bwoyib4OAHQIDAQAB",
    "permissions": [
        "activeTab",
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "options_ui": {
        "page": "settings.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/protonpass-icon-16.png",
            "32": "\/assets\/protonpass-icon-32.png",
            "48": "\/assets\/protonpass-icon-48.png",
            "128": "\/assets\/protonpass-icon-128.png"
        }
    },
    "icons": {
        "16": "\/assets\/protonpass-icon-16.png",
        "32": "\/assets\/protonpass-icon-32.png",
        "48": "\/assets\/protonpass-icon-48.png",
        "128": "\/assets\/protonpass-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dropdown.html",
                "notification.html",
                "elements.js",
                "assets\/*.csv",
                "assets\/*.png",
                "assets\/*.svg",
                "assets\/*.woff",
                "assets\/*.woff2",
                "styles\/styles.control.css",
                "styles\/styles.root.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}