Passwarden by KeepSolid – Password Manager

Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.

什麼是Passwarden by KeepSolid – Password Manager?

Passwarden by KeepSolid – Password Manager是由KeepSolid Inc.開發的Chrome擴展程式,該擴展的主要功能是“Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Passwarden by KeepSolid – Password Manager擴展crx文件

下載Passwarden by KeepSolid – Password Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Safeguard all your data and auto-fill passwords to all accounts that you use in your browser!

No more worries about remembering infinite amounts of passwords or any other information as Passwarden will do it for you. Choosing our Chrome extension, you have to remember only the password from your Passwarden account. 

Passwarden is a part of our brand new security bundle MonoDefense. Apart from Passwarden, MonoDefense includes a reliable solution for unrestricted and secure internet access VPN Unlimited. And the range of MonoDefense solutions will be extended. So stay tuned for updates!

Our extension for Chrome becomes your own secure storage where you can securely keep all the following data:
- Passwords (the ones you use in all the apps and browsers)
- Credentials (email and social media accounts, WiFi passwords, etc.)
- Personal data (ID, Driver’s License, SSN, etc.) 
- Payments data (credit/debit cards, bank account)

Why use Passwarden by KeepSolid? With our extension, you can:
- Keep all your passwords in one place
- Create secure notes
- Store credentials and payments data
- Generate unique strong passwords
- Encrypt your sensitive information
- Access all that data in a few taps
- Benefit from unlimited devices per account
- Securely share your data with others
- Hide your data in case of an emergency
- Use biometric unlock
- Ensure protection of your data with two-factor authentication
- Entrust your online security to cyber-security experts

Features of Passwarden by KeepSolid available in the Chrome browser:

* Rock-solid encryption
Striving to provide you with the complete security of all data you store in our app, we’ve implemented client-side data encryption via AES-256 and ЕС р-384 protocols. As a result, all your information remains unreadable and uncrackable for any unauthorized third party. 

* Duress mode
This is a super-cool feature for emergencies when you are required to show the data in our extension under duress. All you have to do is to define the data you can show in advance and then create your Duress password. In case of an emergency, you can just use the aforementioned password and the extension will show only that data you’ve prepared. 

* Unlimited devices per account
You can easily access your sensitive data stored in Passwarden with any device you’ve previously added to your list. It’s extremely convenient: you store your data on one device and use them on another. 

* Password generator
Tired of creating new various unique passwords for all your accounts? Our password manager is at your disposal. With this helpful feature, you can generate an unlimited number of uncrackable passwords in a matter of seconds. Passwarden helps you to stop suffering about creating and remembering new strong passwords.

* Two-factor authentication
Thanks to such an extra layer of security, you will be the only one to access your Vaults in our extension. Enable two-factor authentication, select the needed type (authenticator app and email one-time passcode), and enjoy complete security of your data. 

* 24/7 friendly customer support
In case you have any questions about our password manager, feel free to drop an email to [email protected] 

Legal information:
https://www.keepsolid.com/eua 
https://www.keepsolid.com/privacy-policy                    

擴展基本資訊

名稱 Passwarden by KeepSolid – Password Manager Passwarden by KeepSolid – Password Manager
ID hlcjpjebakkiaolkpceofenleehjgeca
官方網址 https://chromewebstore.google.com/detail/passwarden-by-keepsolid-%E2%80%93/hlcjpjebakkiaolkpceofenleehjgeca
簡介 Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.
檔案大小 10.1 MB
安裝次數 1,741
目前版本 1.3.6
更新時間 2024-01-18
上架時間 2020-09-29
評分 4.25/5 共 12 次評分
開發者 KeepSolid Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.passwarden.com
說明頁面URL https://www.keepsolid.com/passwarden/
隱私政策頁面URL https://www.keepsolid.com/privacy-policy
支援的語言 de,en,tr,es,pt-BR,pt-PT,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "mv3\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "116",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/id.keepsolid.com\/*",
                "*:\/\/dev-id.keepsolid.com\/*",
                "*:\/\/rc-id.keepsolid.com\/*",
                "*:\/\/passwarden.keepsolid.com\/*",
                "*:\/\/dev-passwarden.keepsolid.com\/*",
                "*:\/\/rc-passwarden.keepsolid.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "version": "1.3.6",
    "homepage_url": "https:\/\/passwarden.keepsolid.com"
}