Auto form filler

fill out forms by one click

O que é Auto form filler?

Auto form filler é uma extensão do Chrome desenvolvida por sammerche84, e sua principal característica é "fill out forms by one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto form filler

Baixe arquivos de extensão Auto form filler 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

                        Just click on the extension icon on the top right corner of your browser and get values filled. 
The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form.

 The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your  may need to edit them. 
 Key features:
 - Absolutely no configuration required. 
- Just click on the extension icon on the top right corner of your browser and get values filled. 
- Fills random values for unrecognised fields.                    

Informações Básicas da Extensão

Nome Auto form filler Auto form filler
ID kbglaobalcgfdgbbjinnnfmnfafomdcl
URL Oficial https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl
Descrição fill out forms by one click
Tamanho do Arquivo 17.17 KB
Contagem de Instalações 553
Versão Atual 1.0.0
Última Atualização 2021-09-15
Data de Publicação 2021-09-14
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor sammerche84
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": " Auto form filler",
    "description": "fill out forms by one click",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}