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)란 무엇입니까?

Form Hero: a HTML form auto-filler (Beta)은(는) t.k.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!"입니다.

확장 프로그램 스크린샷

screenshot

Form Hero: a HTML form auto-filler (Beta) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Form Hero: a HTML form auto-filler (Beta) Form Hero: a HTML form auto-filler (Beta)
ID pelaeciljekjlkaampohnboacfhjobod
공식 URL https://chrome.google.com/webstore/detail/form-hero-a-html-form-aut/pelaeciljekjlkaampohnboacfhjobod
설명 Form Hero can remember your inputs, and speed your form filling process later. He really wants to be your hero!
파일 크기 766 KB
설치 횟수 1,000
현재 버전 15.12.12.21
최근 업데이트 2015-12-12
출시 날짜 2015-12-12
평점 3.63/5 총 8 개의 평점
개발자 t.k.
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}