Proton Pass: Free Password Manager

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

什么是Proton Pass: Free Password Manager?

Proton Pass: Free Password Manager是由Proton AG开发的Chrome扩展程序,该扩展的主要功能是“Free and fully encrypted password manager to keep your logins and passwords safe.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Proton Pass: Free Password Manager扩展crx文件

下载Proton Pass: Free Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Proton Pass: Free Password Manager Proton Pass: Free Password Manager
ID ghmbeldphafepmbegfdlkpapadhbakde
官方URL https://chromewebstore.google.com/detail/proton-pass-free-password/ghmbeldphafepmbegfdlkpapadhbakde
简介 Free and fully encrypted password manager to keep your logins and passwords safe.
文件大小 15.39 MB
安装次数 210,425
当前版本 1.14.1
更新时间 2024-03-01
上架时间 2023-06-27
评分 4.30/5 共477次评分
开发者 Proton AG
电子邮箱 [email protected]
付费类型 free
扩展官网 https://proton.me/pass
帮助页面URL https://proton.me/support/pass
隐私政策页面URL https://proton.me/legal/privacy
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}