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 là gì?
Passwarden by KeepSolid – Password Manager là một tiện ích mở rộng Chrome được phát triển bởi KeepSolid Inc., và tính năng chính của nó là "Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Passwarden by KeepSolid – Password Manager
Tải xuống các tệp mở rộng Passwarden by KeepSolid – Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Passwarden by KeepSolid – Password Manager |
ID | hlcjpjebakkiaolkpceofenleehjgeca |
URL Chính Thức | https://chromewebstore.google.com/detail/passwarden-by-keepsolid-%E2%80%93/hlcjpjebakkiaolkpceofenleehjgeca |
Mô tả | Passwarden is your best assistant to store and secure your passwords & any other sensitive information right in Chrome. |
Kích Thước Tệp | 10.1 MB |
Số Lần Cài Đặt | 1,741 |
Phiên Bản Hiện Tại | 1.3.6 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2020-09-29 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | KeepSolid Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.passwarden.com |
URL Trang Trợ Giúp | https://www.keepsolid.com/passwarden/ |
URL Trang Chính Sách Bảo Mật | https://www.keepsolid.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |