Secure Passwords

Generate strong and unique passwords for your various online accounts.

Co to jest Secure Passwords?

Secure Passwords to rozszerzenie Chrome opracowane przez https://digitalinspiration.com, a jego główną funkcją jest „Generate strong and unique passwords for your various online accounts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Secure Passwords

Pobierz pliki rozszerzeń Secure Passwords w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Secure Passwords Secure Passwords
ID eecnlkcbgpdabdgobnpoldjgainahdni
Oficjalny URL https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni
Opis Generate strong and unique passwords for your various online accounts.
Rozmiar pliku 62.16 KB
Liczba instalacji 1,044
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-03-23
Data Publikacji 2017-01-04
Ocena 4.56/5 Łącznie 16 Oceny
Deweloper https://digitalinspiration.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ctrlq.org/passwords/
Adres URL Strony Pomocy https://www.labnol.org/internet/unique-password-for-every-site/21288/
Adres URL Strony Polityki Prywatności https://digitalinspiration.com/privacy
Obsługiwane Języki 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"
}