pCloud Pass - Password manager

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

Co je pCloud Pass - Password manager?

pCloud Pass - Password manager je rozšíření Chrome vyvinuté www.pcloud.com, a jeho hlavní funkcí je „Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření pCloud Pass - Password manager

Stáhněte si soubory rozšíření pCloud Pass - Password manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název pCloud Pass - Password manager pCloud Pass - Password manager
ID hldllnfgjbablcfcdcjldbbfopmohnda
Oficiální URL https://chromewebstore.google.com/detail/pcloud-pass-password-mana/hldllnfgjbablcfcdcjldbbfopmohnda
Popis Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.
Velikost souboru 4.2 MB
Počet instalací 7,145
Aktuální Verze 1.4.2
Poslední Aktualizace 2024-02-27
Datum Vydání 2022-09-13
Hodnocení 3.83/5 Celkem 12 Hodnocení
Vývojář www.pcloud.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://pcloud.com/pass
URL Stránky Nápovědy https://www.pcloud.com/help.html
URL Stránky Zásad Ochrany Soukromí https://www.pcloud.com/privacy_policy.html
Podporované Jazyky 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
        }
    ]
}