Single Pass
Single Pass will allow you to use a single password to generate passwords for all of your accounts, safely and securely.
Τι είναι το Single Pass;
Το Single Pass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.packetizer.com, και η κύρια λειτουργία του είναι "Single Pass will allow you to use a single password to generate passwords for all of your accounts, safely and securely.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Single Pass
Λήψη αρχείων επέκτασης Single Pass σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
What is Single Pass? Single Pass is an extension that allows you to create passwords using a single "master" password. You only have to remember your Single Pass password and Single Pass will generate unique, secure passwords for every other web site you visit. You never have to write down your passwords or risk somebody stealing your passwords with Single Pass. How do I Use Single Pass? First, select a complex Single Pass password that only you know. Don't write it down where it can be stolen. Memorize it. This will be your key to everything! If somebody steals your Single Pass password, all of your generated passwords will be compromised! Enter your Single Pass password and a Service Name. A service name might be something like "google.com". You name the services you use in whatever way you want. You can enter "google" or "google.com" or "www.google.com" or "accounts.google.com". What is important is that you follow a consistent approach that you can remember or that you keep a list of service names in a separate file. Without the exact service name, Single Pass cannot generate the same "service password". Note that "Google" and "google" are different service names, since the software is case-sensitive. Want even stronger security? Use cryptic service names for your services. For example, rather than use "google.com", use a password generator to create complex service names. It's OK to write down the cryptic service names in a file or put them on a sticky note, since they are useless without your Single Pass password you keep stored in your head. Using this approach also addresses the issue where some web sites require you to change your password from time-to-time or require special characters or passwords of a specific length. Once you enter your Single Pass password and Service Name, click "Compute" and Single Pass will compute the 16-character "Service Password" for your service. Use the computed Service Password when visiting a web site. That's it! You are no longer forced to memorizing dozens of passwords or write down hundreds of passwords. You only need to memorize one! New Features by Version 1.14 - Modest UI changes for consistency with Firefox 1.12 - 1.13 - Never published for Chrome 1.11 - Minor "look and feel" changes and updated APIs used to get tab URLs 1.10 - Revised icon sizes per Google's specifications 1.9 - Changes required for revisions to Chrome (no feature enhancements) 1.8 - Copy to the clipboard automatically after generating the password
Βασικές Πληροφορίες Επέκτασης
Όνομα | Single Pass |
ID | ipcpfpfkognnabjfdhgdddamaejmhgom |
Επίσημο URL | https://chromewebstore.google.com/detail/single-pass/ipcpfpfkognnabjfdhgdddamaejmhgom |
Περιγραφή | Single Pass will allow you to use a single password to generate passwords for all of your accounts, safely and securely. |
Μέγεθος Αρχείου | 60.88 KB |
Αριθμός Εγκαταστάσεων | 160 |
Τρέχουσα Έκδοση | 1.14 |
Τελευταία Ενημέρωση | 2017-11-27 |
Ημερομηνία Δημοσίευσης | 2017-11-26 |
Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://www.packetizer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://singlepass.packetizer.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.packetizer.com/contact.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.packetizer.com/corp/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Single Pass", "version": "1.14", "manifest_version": 2, "author": "Packetizer, Inc.", "icons": { "16": "singlepass_16.png", "19": "singlepass_19.png", "38": "singlepass_38.png", "48": "singlepass_48.png", "64": "singlepass_64.png", "128": "singlepass_128.png" }, "description": "Single Pass will allow you to use a single password to generate passwords for all of your accounts, safely and securely.", "browser_action": { "default_icon": { "19": "singlepass_19.png", "32": "singlepass_38.png", "38": "singlepass_38.png", "64": "singlepass_38.png" }, "default_title": "Single Pass", "default_popup": "SinglePass.html" }, "permissions": [ "tabs", "clipboardWrite" ] } |