YouFit Autofill

YouFit autofill will fill username and password automatically in predefined sites

O que é YouFit Autofill?

YouFit Autofill é uma extensão do Chrome desenvolvida por hgopani, e sua principal característica é "YouFit autofill will fill username and password automatically in predefined sites".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouFit Autofill

Baixe arquivos de extensão YouFit Autofill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouFit Autofill YouFit Autofill
ID fgfelhgjfammjjdmbcplpahmfcchlpmb
URL Oficial https://chromewebstore.google.com/detail/youfit-autofill/fgfelhgjfammjjdmbcplpahmfcchlpmb
Descrição YouFit autofill will fill username and password automatically in predefined sites
Tamanho do Arquivo 141 KB
Contagem de Instalações 81
Versão Atual 1.2
Última Atualização 2021-11-11
Data de Publicação 2021-09-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor hgopani
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.youfit.com/
URL da Página de Ajuda https://support.youfit.com/
URL da Página de Política de Privacidade https://www.youfit.com/privacy-policy
Idiomas Suportados 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"
    }
}