Mindpass Password Manager
Next Generation Password Management
Mindpass Password Manager là gì?
Mindpass Password Manager là một tiện ích mở rộng Chrome được phát triển bởi https://mindpass.io, và tính năng chính của nó là "Next Generation Password Management".
Ả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 Mindpass Password Manager
Tải xuống các tệp mở rộng Mindpass 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
PASSWORD MANAGEMENT FOR HUMANS™ Mindpass makes managing your passwords simple, easy and secure by using the power of the Mindpass 3D environment. No more complex master key memorization. No passwords, ever! Simply select 4 objects in the secure Mindpass environment and we'll do the rest. Mindpass is free to use with up to 10 passwords on all your devices. We offer thousands of times the security of passwords and other password managers by harnessing your brain’s extraordinary capacity for complex spatial memory, making superior password security as intuitive as navigating your own home. Simply follow the prompts to get set up and experience a world without passwords. Mindpass is fully cross platform with easy to use apps on iOS, Android and Chrome. Native autofill, importing, and exporting is supported on all platforms! Easy set up: 1. Install the app from the chrome store. 2. Click the app and follow the prompts to create your first Mindpass. That's it. You're done! Welcome to Mindpass. Let's end the password and make the internet a safe and accessible experience for everyone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mindpass Password Manager |
ID | oiigcbaejmepgehbhofoagnjbbpgajce |
URL Chính Thức | https://chromewebstore.google.com/detail/mindpass-password-manager/oiigcbaejmepgehbhofoagnjbbpgajce |
Mô tả | Next Generation Password Management |
Kích Thước Tệp | 48.49 MB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.1.1.9 |
Cập Nhật Lần Cuối | 2022-08-28 |
Ngày Phát Hành | 2021-10-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://mindpass.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.mindpass.io/ |
URL Trang Trợ Giúp | https://www.mindpass.io/ |
URL Trang Chính Sách Bảo Mật | https://mindpass.io/Mindpass%20Privacy%20Policy%200.0.0.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mindpass Password Manager", "description": "Next Generation Password Management", "version": "1.1.1.9", "icons": { "16": "MP_Logo-Icon-16.png", "48": "MP_Logo-Icon-48.png", "128": "MP_Logo-Icon-128.png", "38": "icon38.png" }, "browser_action": { "default_title": "Mindpass", "default_icon": { "38": "icon38.png" }, "default_popup": "credentials.html" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "form_submits.js", "autofillcheck.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "frame.html" ], "permissions": [ " |