Pro SP Team - Form Filler
Form Filler
Apa itu Pro SP Team - Form Filler?
Pro SP Team - Form Filler adalah ekstensi Chrome yang dikembangkan oleh prospteam, dan fitur utamanya adalah "Form Filler".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pro SP Team - Form Filler
Unduh file ekstensi Pro SP Team - Form Filler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | ikkhdodpaccccflddcolbinclbjehbge |
| URL Resmi | https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge |
| Deskripsi | Form Filler |
| Ukuran File | 112 KB |
| Jumlah Instalasi | 108 |
| Versi Saat Ini | 1.5 |
| Terakhir Diperbarui | 2019-01-21 |
| Tanggal Publikasi | 2019-01-17 |
| Penilaian | 4.80/5 Total 5 Penilaian |
| Pengembang | prospteam |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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
} | |