DWD Form Filler

Save time. Fill forms quickly.

DWD Form Fillerคืออะไร?

DWD Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jpe และคุณลักษณะหลักของมันคือ "Save time. Fill forms quickly."

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

screenshot

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

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

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

                        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 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"
    ]
}