Form Saver

Save and fill form

Form Saver란 무엇입니까?

Form Saver은(는) Simba Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and fill form"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        No need to fill same form every time. Just fill for first time and Save form  data using this tool then fill when required. This will save time and hustle filling form.                    

확장 프로그램 기본 정보

이름 Form Saver Form Saver
ID cpgndfgalbajkejgfolchfmejooglmal
공식 URL https://chromewebstore.google.com/detail/form-saver/cpgndfgalbajkejgfolchfmejooglmal
설명 Save and fill form
파일 크기 117 KB
설치 횟수 682
현재 버전 1.4
최근 업데이트 2023-11-08
출시 날짜 2022-10-19
평점 3.50/5 총 2 개의 평점
개발자 Simba Tech
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Saver",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Save and fill form",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-32.png",
        "default_title": "Form Saver"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}