YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Wat is YouFit Autofill?

YouFit Autofill is een Chrome-extensie ontwikkeld door hgopani, en de belangrijkste functie is "YouFit autofill will fill username and password automatically in predefined sites".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouFit Autofill

Download YouFit Autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
Officiële URL https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Beschrijving YouFit autofill will fill username and password automatically in predefined sites
Bestandsgrootte 141 KB
Aantal Installaties 81
Huidige Versie 1.2
Laatst Bijgewerkt 2021-11-11
Publicatiedatum 2021-09-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hgopani
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.youfit.com/
Help Pagina-URL https://support.youfit.com/
URL van de Privacybeleid Pagina https://www.youfit.com/privacy-policy
Ondersteunde Talen 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"
    }
}