Secure Passwords
Generate strong and unique passwords for your various online accounts.
Hvad er Secure Passwords?
Secure Passwords er en Chrome-udvidelse udviklet af https://digitalinspiration.com, og dens hovedfunktion er "Generate strong and unique passwords for your various online accounts.".
Udvidelsesskærmbilleder
Download Secure Passwords-udvidelses-CRX-fil
Download Secure Passwords-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
Officiel URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
Beskrivelse | Generate strong and unique passwords for your various online accounts. |
Filstørrelse | 62.16 KB |
Antal Installationer | 1,044 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2022-03-23 |
Udgivelsesdato | 2017-01-04 |
Bedømmelse | 4.56/5 Samlet 16 Bedømmelser |
Udvikler | https://digitalinspiration.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ctrlq.org/passwords/ |
Hjælpeside-URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
URL til Fortrolighedspolitik Side | https://digitalinspiration.com/privacy |
Understøttede Sprog | 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" } |