Pro SP Team - Form Filler

Form Filler

Pro SP Team - Form Fillerคืออะไร?

Pro SP Team - Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prospteam และคุณลักษณะหลักของมันคือ "Form Filler"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pro SP Team - Form Filler

ดาวน์โหลดไฟล์ส่วนขยาย Pro SP Team - Form Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pro SP Team - Form Filler Pro SP Team - Form Filler
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
}