DWD Form Filler
Save time. Fill forms quickly.
DWD Form Filler란 무엇입니까?
DWD Form Filler은(는) jpe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time. Fill forms quickly."입니다.
확장 프로그램 스크린샷
DWD Form Filler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save form data sets, name them, load them later. If you're a web developer or tester who needs to repeatedly fill out form data, this extension is a massive time saver. Syncing! Don't waste time manually recreating your data when you have to use a different computer, or if your laptop unexpectedly stops working! Whenever you sign into a new Chrome browser, your extensions come with you, so why shouldn't your saved form data? This extension works the exact same way as the "Web Developer Form Filler" extension, but I've added syncing! Bring your saved forms with you to any Chrome browser you log in to, and get more interesting work done!
확장 프로그램 기본 정보
이름 | DWD Form Filler |
ID | mahiefbimdnjigbknfjknhgfdhnfehoh |
공식 URL | https://chromewebstore.google.com/detail/dwd-form-filler/mahiefbimdnjigbknfjknhgfdhnfehoh |
설명 | Save time. Fill forms quickly. |
파일 크기 | 117 KB |
설치 횟수 | 375 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2018-03-19 |
출시 날짜 | 2018-03-19 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | jpe |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DWD Form Filler", "version": "1.1.3", "description": "Save time. Fill forms quickly.", "manifest_version": 2, "browser_action": { "default_icon": "images\/48.png", "default_title": "DWD Form Filler", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "javascripts\/jquery-1.9.1.min.js", "javascripts\/deserialize.js", "javascripts\/content_script.js", "javascripts\/mousetrap.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |