YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Co je YouFit Autofill?

YouFit Autofill je rozšíření Chrome vyvinuté hgopani, a jeho hlavní funkcí je „YouFit autofill will fill username and password automatically in predefined sites“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouFit Autofill

Stáhněte si soubory rozšíření YouFit Autofill ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
Oficiální URL https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Popis YouFit autofill will fill username and password automatically in predefined sites
Velikost souboru 141 KB
Počet instalací 81
Aktuální Verze 1.2
Poslední Aktualizace 2021-11-11
Datum Vydání 2021-09-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář hgopani
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.youfit.com/
URL Stránky Nápovědy https://support.youfit.com/
URL Stránky Zásad Ochrany Soukromí https://www.youfit.com/privacy-policy
Podporované Jazyky 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"
    }
}