Mindpass Password Manager
Next Generation Password Management
Τι είναι το Mindpass Password Manager;
Το Mindpass Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mindpass.io, και η κύρια λειτουργία του είναι "Next Generation Password Management".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mindpass Password Manager
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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": [ " |