Auto form filler

fill out forms by one click

Auto form filler란 무엇입니까?

Auto form filler은(는) sammerche84에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "fill out forms by one click"입니다.

확장 프로그램 스크린샷

screenshot

Auto form filler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just click on the extension icon on the top right corner of your browser and get values filled. 
The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form.

 The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your  may need to edit them. 
 Key features:
 - Absolutely no configuration required. 
- Just click on the extension icon on the top right corner of your browser and get values filled. 
- Fills random values for unrecognised fields.                    

확장 프로그램 기본 정보

이름 Auto form filler Auto form filler
ID kbglaobalcgfdgbbjinnnfmnfafomdcl
공식 URL https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl
설명 fill out forms by one click
파일 크기 17.17 KB
설치 횟수 553
현재 버전 1.0.0
최근 업데이트 2021-09-15
출시 날짜 2021-09-14
평점 1.00/5 총 1 개의 평점
개발자 sammerche84
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": " Auto form filler",
    "description": "fill out forms by one click",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}