YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Qu'est-ce que YouFit Autofill ?

YouFit Autofill est une extension Chrome développée par hgopani, et sa fonction principale est "YouFit autofill will fill username and password automatically in predefined sites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouFit Autofill

Téléchargez les fichiers d'extension YouFit Autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
URL Officiel https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Description YouFit autofill will fill username and password automatically in predefined sites
Taille du Fichier 141 KB
Nombre d'Installations 81
Version Actuelle 1.2
Dernière Mise à Jour 2021-11-11
Date de Publication 2021-09-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur hgopani
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.youfit.com/
URL de la Page d'Aide https://support.youfit.com/
URL de la Page de Politique de Confidentialité https://www.youfit.com/privacy-policy
Langues Prises en Charge 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"
    }
}