Mindpass Password Manager
Next Generation Password Management
什麼是Mindpass Password Manager?
Mindpass Password Manager是由https://mindpass.io開發的Chrome擴展程式,該擴展的主要功能是“Next Generation Password Management”。
擴展截圖
下載Mindpass Password Manager擴展crx文件
下載Mindpass Password Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Mindpass Password Manager |
ID | oiigcbaejmepgehbhofoagnjbbpgajce |
官方網址 | https://chromewebstore.google.com/detail/mindpass-password-manager/oiigcbaejmepgehbhofoagnjbbpgajce |
簡介 | Next Generation Password Management |
檔案大小 | 48.49 MB |
安裝次數 | 43 |
目前版本 | 1.1.1.9 |
更新時間 | 2022-08-28 |
上架時間 | 2021-10-08 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://mindpass.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.mindpass.io/ |
說明頁面URL | https://www.mindpass.io/ |
隱私政策頁面URL | https://mindpass.io/Mindpass%20Privacy%20Policy%200.0.0.pdf |
支援的語言 | 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": [ " |