YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

What is YouFit Autofill?

YouFit Autofill is a Chrome extension developed by hgopani, and its main feature is "YouFit autofill will fill username and password automatically in predefined sites".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download YouFit Autofill Extension CRX File

Download YouFit Autofill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
Official URL https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Description YouFit autofill will fill username and password automatically in predefined sites
File Size 141 KB
Installation Count 81
Current Version 1.2
Last Updated 2021-11-11
Publish Date 2021-09-11
Rating 5.00/5 Total 1 Ratings
Developer hgopani
Email [email protected]
Payment Type free
Extension Website https://www.youfit.com/
Help Page URL https://support.youfit.com/
Privacy Policy Page URL https://www.youfit.com/privacy-policy
Supported Languages 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"
    }
}