pCloud Pass - Password manager

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

¿Qué es pCloud Pass - Password manager?

pCloud Pass - Password manager es una extensión de Chrome desarrollada por www.pcloud.com, y su función principal es "Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión pCloud Pass - Password manager

Descarga archivos de extensión pCloud Pass - Password manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre pCloud Pass - Password manager pCloud Pass - Password manager
ID hldllnfgjbablcfcdcjldbbfopmohnda
URL Oficial https://chromewebstore.google.com/detail/pcloud-pass-password-mana/hldllnfgjbablcfcdcjldbbfopmohnda
Descripción Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.
Tamaño del Archivo 4.2 MB
Cantidad de Instalaciones 7,145
Versión Actual 1.4.2
Última Actualización 2024-02-27
Fecha de Publicación 2022-09-13
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador www.pcloud.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://pcloud.com/pass
URL de la Página de Ayuda https://www.pcloud.com/help.html
URL de la Página de Política de Privacidad https://www.pcloud.com/privacy_policy.html
Idiomas Soportados 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
        }
    ]
}