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!

Form Hero: a HTML form auto-filler (Beta) là gì?

Form Hero: a HTML form auto-filler (Beta) là một tiện ích mở rộng Chrome được phát triển bởi t.k., và tính năng chính của nó là "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Form Hero: a HTML form auto-filler (Beta)

Tải xuống các tệp mở rộng Form Hero: a HTML form auto-filler (Beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Form Hero: a HTML form auto-filler (Beta) Form Hero: a HTML form auto-filler (Beta)
ID pelaeciljekjlkaampohnboacfhjobod
URL Chính Thức https://chrome.google.com/webstore/detail/form-hero-a-html-form-aut/pelaeciljekjlkaampohnboacfhjobod
Mô tả Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!
Kích Thước Tệp 766 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 15.12.12.21
Cập Nhật Lần Cuối 2015-12-12
Ngày Phát Hành 2015-12-12
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển t.k.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}