YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Что такое YouFit Autofill?

YouFit Autofill - это расширение Chrome, разработанное hgopani, и его основная функция - "YouFit autofill will fill username and password automatically in predefined sites".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения YouFit Autofill

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

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

                        YouFit Autofill extension will use for YouFit NonSSO Users. 
When user open the NonSSO Application then dialog box will open for fill the username and password for predefined application.

When user fill out the credentials for application then YouFit Autofill extension automatically identified username and password for application.

- Access your password and username wherever and whenever you need them 
- Autofill the right username and password on all your accounts. 
- Create username and strong passwords and save new logins as you browse.
- Create strong, unique passwords for each of your accounts with AES-256-bit encryption.
- Easily update and replace passwords whenever you reset them.                    

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

Название YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
Официальный URL https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Описание YouFit autofill will fill username and password automatically in predefined sites
Размер файла 141 KB
Количество установок 81
Текущая Версия 1.2
Последнее Обновление 2021-11-11
Дата публикации 2021-09-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик hgopani
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.youfit.com/
URL страницы помощи https://support.youfit.com/
URL страницы политики конфиденциальности https://www.youfit.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFit Autofill",
    "description": "YouFit autofill will fill username and password automatically in predefined sites",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/main.js",
                "js\/lodash.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "YFLogo.png",
        "default_popup": "index.html",
        "default_title": "YouFit Autofill"
    }
}