pCloud Pass - Password manager

Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.

What is pCloud Pass - Password manager?

pCloud Pass - Password manager is a Chrome extension developed by www.pcloud.com, and its main feature is "Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download pCloud Pass - Password manager Extension CRX File

Download pCloud Pass - Password manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        pCloud Pass is in the early stages of release. More features and stability fixes will be arriving your way soon!

pCloud Pass is the secure password manager for your passwords and personal data. The extension will make it easy to keep important information safe and secure without interrupting your browsing experience.

★ FEATURES:

✔ Automatically save your passwords, usernames and your credit card details as you browse
✔ Autofill passwords and easily log in to the websites you use every day
✔ Instantly fill payment forms with your credit card details
✔ Generate strong & unique passwords
✔ Store unlimited passwords, credit card details or encrypted notes
✔ Access your passwords and personal data across all your devices, anywhere you go

★ PRIVATE BY DESIGN

pCloud Pass was built with your privacy in mind. With our zero-knowledge privacy approach, the data you save is encrypted and only you can decrypt it with your Master Password. We do not have access to your data and we do not use, share or sell it to anyone.

★ ENHANCED ENCRYPTION

pCloud Pass uses client-side encryption to secure your data. Everything you save gets encrypted on your device, before it's uploaded to our servers. We use 256 AES encryption, PBKDF2 key strengthening and more to ensure your passwords and personal data are protected from all kinds of attacks.

★ TRUSTED BY MILLIONS

Over 16 million people worldwide have chosen pCloud as their service provider. Never remember a password again! Let pCloud Pass become your go-to password manager.                    

Extension Basic Information

Name pCloud Pass - Password manager pCloud Pass - Password manager
ID hldllnfgjbablcfcdcjldbbfopmohnda
Official URL https://chromewebstore.google.com/detail/pcloud-pass-password-mana/hldllnfgjbablcfcdcjldbbfopmohnda
Description Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.
File Size 4.2 MB
Installation Count 7,145
Current Version 1.4.2
Last Updated 2024-02-27
Publish Date 2022-09-13
Rating 3.83/5 Total 12 Ratings
Developer www.pcloud.com
Email [email protected]
Payment Type in_app
Extension Website https://pcloud.com/pass
Help Page URL https://www.pcloud.com/help.html
Privacy Policy Page URL https://www.pcloud.com/privacy_policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pCloud Pass - Password manager",
    "description": "Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.",
    "version": "1.4.2",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/pass.pcloud.com\/*",
                "https:\/\/passqa1.pcloud.com\/*",
                "https:\/\/passqa2.pcloud.com\/*",
                "https:\/\/passqa3.pcloud.com\/*",
                "https:\/\/pass.pcloud.work\/*"
            ],
            "js": [
                "content_scripts_on_document_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/pass.pcloud.com\/*",
                "https:\/\/passqa1.pcloud.com\/*",
                "https:\/\/passqa2.pcloud.com\/*",
                "https:\/\/passqa3.pcloud.com\/*",
                "https:\/\/pass.pcloud.work\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/pass.pcloud.com\/*",
                "https:\/\/passqa1.pcloud.com\/*",
                "https:\/\/passqa2.pcloud.com\/*",
                "https:\/\/passqa3.pcloud.com\/*",
                "https:\/\/pass.pcloud.work\/*"
            ],
            "js": [
                "content_scripts_iframes_on_document_start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "https:\/\/pass.pcloud.com\/*",
                "https:\/\/passqa1.pcloud.com\/*",
                "https:\/\/passqa2.pcloud.com\/*",
                "https:\/\/passqa3.pcloud.com\/*",
                "https:\/\/pass.pcloud.work\/*"
            ],
            "js": [
                "content_scripts_iframes.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_icons": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery\/3.6.0\/jquery.min.js",
                "content_scripts.css",
                "styles\/*",
                "index.html",
                "images\/icon-16.png",
                "images\/icon-48.png",
                "images\/icon-128.png",
                "images\/toggle.png",
                "images\/refresh.svg",
                "images\/refresha.svg",
                "images\/view.svg",
                "images\/viewa.svg",
                "images\/show.svg",
                "images\/hide.svg",
                "images\/padlock-locked.svg",
                "images\/padlock.svg",
                "images\/no_cards.svg",
                "images\/pcloud_pass_logo_big.svg",
                "images\/pass_hide.svg",
                "images\/pass_view.svg",
                "images\/success.svg",
                "images\/locked-32.svg",
                "images\/offline-32.svg",
                "images\/online-32.svg",
                "images\/locked-48.svg",
                "images\/offline-48.svg",
                "images\/online-48.svg",
                "images\/locked-64.svg",
                "images\/offline-64.svg",
                "images\/online-64.svg",
                "images\/cardicons\/american-express.svg",
                "images\/cardicons\/cirrius.svg",
                "images\/cardicons\/diners-club.svg",
                "images\/cardicons\/discover.svg",
                "images\/cardicons\/elo.svg",
                "images\/cardicons\/hiper.svg",
                "images\/cardicons\/hipercard.svg",
                "images\/cardicons\/jcb.svg",
                "images\/cardicons\/maestro.svg",
                "images\/cardicons\/mastercard.svg",
                "images\/cardicons\/mir.svg",
                "images\/cardicons\/mondex.svg",
                "images\/cardicons\/unionpay.svg",
                "images\/cardicons\/visa.svg",
                "images\/cardicons\/default.svg",
                "images\/warn-red.svg",
                "images\/faceid.svg",
                "images\/touchid.svg",
                "fonts\/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2",
                "fonts\/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2",
                "fonts\/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2",
                "fonts\/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2",
                "fonts\/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2",
                "fonts\/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2",
                "fonts\/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2",
                "fonts\/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2",
                "fonts\/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2",
                "fonts\/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2",
                "fonts\/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2",
                "fonts\/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}