Secure Passwords
Generate strong and unique passwords for your various online accounts.
Τι είναι το Secure Passwords;
Το Secure Passwords είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://digitalinspiration.com, και η κύρια λειτουργία του είναι "Generate strong and unique passwords for your various online accounts.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Secure Passwords
Λήψη αρχείων επέκτασης Secure Passwords σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of remembering multiple passwords? With Secure Passwords, you only need to remember one master password and the passwords app will generate strong but unique passwords for all your different online accounts. The passwords are generated locally in your browser, none of your data ever leaves your computer and the password tool can be used in offline mode as well. The password generator internally uses the super-strong BCrypt encryption algorithm to generate the hashes and thus the passwords are almost impossible to break. The code is open-source and can be download from Github. The password generator is also available as an Android App.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Επίσημο URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Περιγραφή | Generate strong and unique passwords for your various online accounts. |
Μέγεθος Αρχείου | 62.16 KB |
Αριθμός Εγκαταστάσεων | 1,044 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2022-03-23 |
Ημερομηνία Δημοσίευσης | 2017-01-04 |
Αξιολόγηση | 4.56/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | https://digitalinspiration.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ctrlq.org/passwords/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://digitalinspiration.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html", "default_title": "Secure Passwords" }, "description": "Generate strong and unique passwords for your various online accounts.", "homepage_url": "http:\/\/ctrlq.org\/passwords\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Secure Passwords", "short_name": "Passwords", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |