Secure Password Generator

Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.

Что такое Secure Password Generator?

Secure Password Generator - это расширение Chrome, разработанное OpenAdminTools.com, и его основная функция - "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".

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

screenshot
screenshot

Скачать файл CRX расширения Secure Password Generator

Скачайте файлы расширений Secure Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.

If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/

Developer: http://www.aqlsoft.com                    

Основная информация о расширении

Название Secure Password Generator Secure Password Generator
ID jollpecbpialleljionejgkdgjfgamma
Официальный URL https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma
Описание Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Размер файла 75.13 KB
Количество установок 179
Текущая Версия 2.1.1
Последнее Обновление 2019-07-03
Дата публикации 2019-07-02
Рейтинг 4.54/5 Всего 189 оценок
Разработчик OpenAdminTools.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.aqlsoft.com/secure-password-generator/
URL страницы помощи http://www.aqlsoft.com/secure-password-generator/
Поддерживаемые языки en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/pw19.png",
        "default_title": "__MSG_pwd_generator__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_pwd_desc__",
    "icons": {
        "16": "image\/pw16.png",
        "32": "image\/pw32.png",
        "48": "image\/pw48.png",
        "64": "image\/pw64.png",
        "128": "image\/pw128.png"
    },
    "name": "__MSG_pwd_generator__",
    "default_locale": "en",
    "short_name": "__MSG_pwd_generator__",
    "permissions": []
}