Form Hero: a HTML form auto-filler (Beta)

Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!

¿Qué es Form Hero: a HTML form auto-filler (Beta)?

Form Hero: a HTML form auto-filler (Beta) es una extensión de Chrome desarrollada por t.k., y su función principal es "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Form Hero: a HTML form auto-filler (Beta)

Descarga archivos de extensión Form Hero: a HTML form auto-filler (Beta) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Are you an ambitious job seeker who dreams to submit hundred applications a day?
Or you got too many usernames and passwords to remember?
Or tired of getting unexpected results from Chrome Autofill?

Form Hero author knows how painful it is! He wishes Form Hero can be a helpful  assistant for you.

Form Hero is not limited to save your login names or email addresses, it can help you remember almost any inputs on websites! Forms, checkboxes, dropdown manuals and whatsoever inputs you need to remember.

With a single click, you can instantly apply values to specific/all blanks.
No need to copy and paste frequently used information any more!

And, it is free! So why not try it now and get an easy life?

Typically, to use Form Hero you need:

Step 1: Click ``remember all filled values" button to inform Form Hero to remember the inputs.

Step 2: When you see this form again, or even a similar form from other websites, you can fill each blanks by a single click on one of the suggested candidates, or apply default values to all inputs, again with only one click.

Note: Form Hero ranks the top possible candidate values for you, the very first one for each input is the most likely value that Form Hero suggests for you. So you have more options: You can choose to fill or not to fill, and which value to fill (this is the fundamental difference that distinguishes Form Hero from other similar auto-filler apps/extensions).

Form Hero is just in his beta version, please send any feedback you have to author email address: [email protected]

Form Hero really wants to be your hero!                    

Información Básica de la Extensión

Nombre Form Hero: a HTML form auto-filler (Beta) Form Hero: a HTML form auto-filler (Beta)
ID pelaeciljekjlkaampohnboacfhjobod
URL Oficial https://chrome.google.com/webstore/detail/form-hero-a-html-form-aut/pelaeciljekjlkaampohnboacfhjobod
Descripción Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!
Tamaño del Archivo 766 KB
Cantidad de Instalaciones 1,000
Versión Actual 15.12.12.21
Última Actualización 2015-12-12
Fecha de Publicación 2015-12-12
Calificación 3.63/5 Total de 8 Calificaciones
Desarrollador t.k.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Hero: a HTML form auto-filler (Beta)",
    "short_name": "Form Hero",
    "version": "15.12.12.21",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon36.png"
        },
        "default_title": "Form Hero",
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery.min.js",
                "jquery-ui\/jquery-ui.min.js",
                "src\/content.js"
            ]
        }
    ]
}