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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
}