InFormEnter+

Advanced form filler

O que é InFormEnter+?

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

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão InFormEnter+

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

                        InFormEnter adds a small, clickable icon next to every input field in a web form, from where you can select the item to be inserted - no typing required. It has profile support, data sync, shortkeys, built-in password generator, сan fill many fields at once.
For automatic form filling use another addon: AutoFormer+                    

Informações Básicas da Extensão

Nome InFormEnter+ InFormEnter+
ID becedogggoaicbphcoimgpmhodofcfck
URL Oficial https://chromewebstore.google.com/detail/informenter+/becedogggoaicbphcoimgpmhodofcfck
Descrição Advanced form filler
Tamanho do Arquivo 63.89 KB
Contagem de Instalações 9,817
Versão Atual 0.904
Última Atualização 2023-07-09
Data de Publicação 2020-05-21
Classificação 3.31/5 Total de 35 Avaliações
Desenvolvedor https://firefoxer.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://firefoxer.ru/informenter+.htm
URL da Página de Ajuda http://firefoxer.ru/informenter+faq.htm
Idiomas Suportados id,ms,de,en,fr,nl,vi,tr,da,es,it,pl,pt-BR,ro,fi,sv,cs,el,uk,iw,fa,hi,bn,ta,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "InFormEnter+",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuKOwiKBWtuYEUyUlY6NKE6\/DfInVftFmFbpzFHf\/kjY\/ygZn0adABprJBZPQ4Vnz5\/0o9UKL1izsaEexD+bDTWutO9ckMHx0mMcG2FNplPA9SlJTys0ehFflMupOrzSAAoW4xYEZXB\/FTvKTl95N1iLGKAJe3SKaPVtKUoDoDkRDVlh4D8yzw\/+QRE5ushzAXV7rWCRembGAJ\/Hvw1vFbz3n1bBO7rmfng+NhpAK6GwkQVyfwaez\/4yxef2DEWUydKt01rwRkgDAmByIR86eC61tFMXIexZtuxdfMXMe5hfccvuPtH+68dcgbzb7uD7pEMmSZYl1hV2KaP\/CxbG1nQIDAQAB",
    "description": "__MSG_extension_description__",
    "version": "0.904",
    "homepage_url": "http:\/\/firefoxer.ru\/informenter+.htm?ch",
    "author": "Mykola Onyshchuk",
    "icons": {
        "16": "img\/informenter-16.png",
        "32": "img\/informenter-32.png",
        "48": "img\/informenter-48.png",
        "96": "img\/informenter-96.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/informenter-16.png",
        "default_title": "InFormEnter+",
        "default_popup": "informenter-popup.htm"
    },
    "options_ui": {
        "page": "informenter-options.htm",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "informenter-api.js",
            "informenter-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "informenter-api.js",
                "informenter-content.js"
            ],
            "css": [
                "informenter-content.css"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "insert-menu-item-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Insert InFormEnter+ menu item #1"
        },
        "insert-menu-item-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Insert InFormEnter+ menu item #2"
        },
        "insert-menu-item-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3"
            },
            "description": "Insert InFormEnter+ menu item #3"
        },
        "show-inputs-menu-0": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "description": "Show InFormEnter+ menu"
        }
    },
    "web_accessible_resources": [
        "img\/informenter-marker-1.png",
        "img\/informenter-marker-2.png"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}