pCloud Pass - Password manager

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

Τι είναι το pCloud Pass - Password manager;

Το pCloud Pass - Password manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον www.pcloud.com, και η κύρια λειτουργία του είναι "Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης pCloud Pass - Password manager

Λήψη αρχείων επέκτασης pCloud Pass - Password manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα pCloud Pass - Password manager pCloud Pass - Password manager
ID hldllnfgjbablcfcdcjldbbfopmohnda
Επίσημο URL https://chromewebstore.google.com/detail/pcloud-pass-password-mana/hldllnfgjbablcfcdcjldbbfopmohnda
Περιγραφή Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.
Μέγεθος Αρχείου 4.2 MB
Αριθμός Εγκαταστάσεων 7,145
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-09-13
Αξιολόγηση 3.83/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής www.pcloud.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://pcloud.com/pass
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pcloud.com/help.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.pcloud.com/privacy_policy.html
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}