Secure Passwords

Generate strong and unique passwords for your various online accounts.

Cos'è Secure Passwords?

Secure Passwords è un'estensione di Chrome sviluppata da https://digitalinspiration.com, e la sua funzione principale è "Generate strong and unique passwords for your various online accounts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Secure Passwords

Scarica i file di estensione Secure Passwords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Secure Passwords Secure Passwords
ID eecnlkcbgpdabdgobnpoldjgainahdni
URL Ufficiale https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni
Descrizione Generate strong and unique passwords for your various online accounts.
Dimensione del File 62.16 KB
Conteggio Installazioni 1,044
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-03-23
Data di Pubblicazione 2017-01-04
Valutazione 4.56/5 Totale 16 Valutazioni
Sviluppatore https://digitalinspiration.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ctrlq.org/passwords/
URL della Pagina di Aiuto https://www.labnol.org/internet/unique-password-for-every-site/21288/
URL della Pagina della Politica sulla Privacy https://digitalinspiration.com/privacy
Lingue Supportate 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"
}