Form Filler

Save your time by prefilling any form on the internet with your information.

Form Filler란 무엇입니까?

Form Filler은(는) https://formfiller.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your time by prefilling any form on the internet with your information."입니다.

확장 프로그램 스크린샷

screenshot

Form Filler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Form Filler is a chrome extension that will automatically fill forms on websites. User will save their information (name, phone no, email, country etc.) by giving it a profile name. User can select any profile from a drop down and turn on the software.

If the software is turned on it will auto populate any form on the internet by matching form elements name, email phone etc. with saved forms data depending on which profile they have selected.                    

확장 프로그램 기본 정보

이름 Form Filler Form Filler
ID kjhkojecdbddhfikjodhaoembdoalooc
공식 URL https://chromewebstore.google.com/detail/form-filler/kjhkojecdbddhfikjodhaoembdoalooc
설명 Save your time by prefilling any form on the internet with your information.
파일 크기 262 KB
설치 횟수 2,124
현재 버전 1.0.7
최근 업데이트 2024-02-07
출시 날짜 2021-06-02
평점 2.38/5 총 16 개의 평점
개발자 https://formfiller.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Form Filler",
    "description": "Save your time by prefilling any form on the internet with your information.",
    "version": "1.0.7",
    "action": {
        "default_popup": "login.html",
        "default_title": "Form Filler"
    },
    "icons": {
        "16": "images\/1622202076750-smallLogo.png",
        "48": "images\/1622202076821-mediumLogo.png",
        "128": "images\/1622202076874-largeLogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "short_name": "FF"
}