YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

Cos'è YouFit Autofill?

YouFit Autofill è un'estensione di Chrome sviluppata da hgopani, e la sua funzione principale è "YouFit autofill will fill username and password automatically in predefined sites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouFit Autofill

Scarica i file di estensione YouFit Autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
URL Ufficiale https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Descrizione YouFit autofill will fill username and password automatically in predefined sites
Dimensione del File 141 KB
Conteggio Installazioni 81
Versione Corrente 1.2
Ultimo Aggiornamento 2021-11-11
Data di Pubblicazione 2021-09-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hgopani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youfit.com/
URL della Pagina di Aiuto https://support.youfit.com/
URL della Pagina della Politica sulla Privacy https://www.youfit.com/privacy-policy
Lingue Supportate 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"
    }
}