Web Developer Form Filler

This extension is used by developers to make it easy to fill forms

Web Developer Form Fillerคืออะไร?

Web Developer Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย formfiller และคุณลักษณะหลักของมันคือ "This extension is used by developers to make it easy to fill forms"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Developer Form Filler

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

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

                        Еxtension allows to automatically fill forms for the purpose of testing. You can store multiple presets of values for any paga separately and trigger them using a hotkey                    

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

ชื่อ Web Developer Form Filler Web Developer Form Filler
ID gbagmkohmhcjgbepncmehejaljoclpil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-developer-form-filler/gbagmkohmhcjgbepncmehejaljoclpil
คำอธิบาย This extension is used by developers to make it easy to fill forms
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 33,293
เวอร์ชันปัจจุบัน 1.0.13.1
อัปเดตครั้งล่าสุด 2021-07-29
วันที่เผยแพร่ 2017-03-16
คะแนน 4.30/5 รวมทั้งหมด 149 คะแนน
ผู้พัฒนา formfiller
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
        }
    ],
    "name": "Web Developer Form Filler",
    "version": "1.0.13.1",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "This extension is used by developers to make it easy to fill forms",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_title": "Web Developer Form Filler",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}