Easy Form Filler

Easy Form Filler extension

Easy Form Filler란 무엇입니까?

Easy Form Filler은(는) 1showme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy Form Filler extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The extension allows you to easily save the entered data in the fields on web pages.
Filling in previously entered data is possible in manual and automatic mode.
When you open the extension window, only the data that has been entered on this web page is displayed.                    

확장 프로그램 기본 정보

이름 Easy Form Filler Easy Form Filler
ID kkjjaaeondnopoihckldffjgeofjdlep
공식 URL https://chromewebstore.google.com/detail/easy-form-filler/kkjjaaeondnopoihckldffjgeofjdlep
설명 Easy Form Filler extension
파일 크기 388 KB
설치 횟수 33
현재 버전 1.0
최근 업데이트 2020-01-23
출시 날짜 2020-01-20
개발자 1showme.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://1showme.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Form Filler",
    "description": "Easy Form Filler extension",
    "version": "1.0",
    "icons": {
        "128": "favicon_128px_blue.png"
    },
    "browser_action": {
        "default_title": "Easy Form Filler",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fill_fields.js",
                "extension.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}