Passwarden by KeepSolid – Password Manager

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

Was ist Passwarden by KeepSolid – Password Manager?

Passwarden by KeepSolid – Password Manager ist eine Chrome-Erweiterung, die von KeepSolid Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Passwarden by KeepSolid – Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Passwarden by KeepSolid – Password Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Passwarden by KeepSolid – Password Manager Passwarden by KeepSolid – Password Manager
ID hlcjpjebakkiaolkpceofenleehjgeca
Offizielle URL https://chromewebstore.google.com/detail/passwarden-by-keepsolid-%E2%80%93/hlcjpjebakkiaolkpceofenleehjgeca
Beschreibung Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.
Dateigröße 10.1 MB
Installationsanzahl 1,741
Aktuelle Version 1.3.6
Letztes Update 2024-01-18
Veröffentlichungsdatum 2020-09-29
Bewertung 4.25/5 Insgesamt 12 Bewertungen
Entwickler KeepSolid Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.passwarden.com
Hilfeseite URL https://www.keepsolid.com/passwarden/
URL der Datenschutzrichtlinien-Seite https://www.keepsolid.com/privacy-policy
Unterstützte Sprachen 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"
}