Pro SP Team - Form Filler
Form Filler
Pro SP Team - Form Filler란 무엇입니까?
Pro SP Team - Form Filler은(는) prospteam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Form Filler"입니다.
확장 프로그램 스크린샷
Pro SP Team - Form Filler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers
Hotkeys:
Ctrl+Q= Open Filler.
Ctrl+Space= Fill Form. 확장 프로그램 기본 정보
| 이름 | |
| ID | ikkhdodpaccccflddcolbinclbjehbge |
| 공식 URL | https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge |
| 설명 | Form Filler |
| 파일 크기 | 112 KB |
| 설치 횟수 | 108 |
| 현재 버전 | 1.5 |
| 최근 업데이트 | 2019-01-21 |
| 출시 날짜 | 2019-01-17 |
| 평점 | 4.80/5 총 5 개의 평점 |
| 개발자 | prospteam |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pro SP Team - Form Filler",
"version": "1.5",
"description": "Form Filler",
"permissions": [
"declarativeContent",
"storage",
"tabs",
"notifications",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "form-filler-icon.png",
"32": "form-filler-icon.png",
"48": "form-filler-icon.png",
"128": "form-filler-icon.png"
}
},
"icons": {
"16": "form-filler-icon.png",
"32": "form-filler-icon.png",
"48": "form-filler-icon.png",
"128": "form-filler-icon.png"
},
"commands": {
"fill_form": {
"suggested_key": {
"default": "Ctrl+Space",
"windows": "Ctrl+Space",
"mac": "Command+Space"
},
"description": "Ctrl Space"
},
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Q",
"windows": "Ctrl+Q",
"mac": "Command+Q"
}
}
},
"manifest_version": 2
} | |