AutoFormer+

Automatic form filler

O que é AutoFormer+?

AutoFormer+ é uma extensão do Chrome desenvolvida por https://firefoxer.ru, e sua principal característica é "Automatic form filler".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AutoFormer+

Baixe arquivos de extensão AutoFormer+ 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

                        AutoFormer+ is a simple form filler. Once entered data could be saved as a template and next time all data will be filling into forms automatically. Also if you want enter some other information in the same form you can click on AutoFormer+ icon in toolbar and select "Save all fields" to save as an another template.
For custom form filling use another addon: InFormEnter+                    

Informações Básicas da Extensão

Nome AutoFormer+ AutoFormer+
ID cjefgijpbofijpnfpncbjajignkcbbod
URL Oficial https://chromewebstore.google.com/detail/autoformer+/cjefgijpbofijpnfpncbjajignkcbbod
Descrição Automatic form filler
Tamanho do Arquivo 49.38 KB
Contagem de Instalações 10,000
Versão Atual 0.648
Última Atualização 2022-02-25
Data de Publicação 2020-05-22
Classificação 3.65/5 Total de 23 Avaliações
Desenvolvedor https://firefoxer.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://firefoxer.ru/autoformer+.htm
Idiomas Suportados id,ms,de,en,fr,nl,tr,ca,da,et,es,it,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,bg,uk,iw,fa,hi,bn,ta,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "AutoFormer+",
    "description": "__MSG_extension_description__",
    "version": "0.648",
    "homepage_url": "http:\/\/firefoxer.ru\/autoformer+.htm?ch",
    "author": "Mykola Onyshchuk",
    "icons": {
        "16": "img\/autoformer-plus-16.png",
        "32": "img\/autoformer-plus-32.png",
        "64": "img\/autoformer-plus-64.png",
        "128": "img\/autoformer-plus-128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/autoformer-plus-16.png",
        "default_title": "AutoFormer+",
        "default_popup": "autoformer-plus-popup.htm"
    },
    "background": {
        "scripts": [
            "autoformer-plus-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autoformer-plus-page.js"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "popup-command-autoload": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "__MSG_popup_menu_autoload__"
        },
        "popup-command-save_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "__MSG_save_all__"
        },
        "popup-command-load_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            },
            "description": "__MSG_load_all__"
        },
        "popup-command-clear_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            },
            "description": "__MSG_clear_all__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}