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!

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

Form Hero: a HTML form auto-filler (Beta) adalah ekstensi Chrome yang dikembangkan oleh t.k., dan fitur utamanya adalah "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Form Hero: a HTML form auto-filler (Beta)

Unduh file ekstensi Form Hero: a HTML form auto-filler (Beta) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Form Hero: a HTML form auto-filler (Beta) Form Hero: a HTML form auto-filler (Beta)
ID pelaeciljekjlkaampohnboacfhjobod
URL Resmi https://chrome.google.com/webstore/detail/form-hero-a-html-form-aut/pelaeciljekjlkaampohnboacfhjobod
Deskripsi Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!
Ukuran File 766 KB
Jumlah Instalasi 1,000
Versi Saat Ini 15.12.12.21
Terakhir Diperbarui 2015-12-12
Tanggal Publikasi 2015-12-12
Penilaian 3.63/5 Total 8 Penilaian
Pengembang t.k.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}