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是由www.pcloud.com开发的Chrome扩展程序,该扩展的主要功能是“Easily log in to websites, autofill online forms and use suggested passwords without leaving your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载pCloud Pass - Password manager扩展crx文件

下载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
        }
    ]
}