Auto form filler

fill out forms by one click

Auto form fillerคืออะไร?

Auto form filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sammerche84 และคุณลักษณะหลักของมันคือ "fill out forms by one click"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto form filler

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

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

                        Just click on the extension icon on the top right corner of your browser and get values filled. 
The extension helps the users to fill a form with junk values on a click of a button. You can easily make changes to the junk values and submitting the form.

 The extension intelligently fills the value of the form field, so in-case of a phone number / email it will provide you a valid format, but sometimes your  may need to edit them. 
 Key features:
 - Absolutely no configuration required. 
- Just click on the extension icon on the top right corner of your browser and get values filled. 
- Fills random values for unrecognised fields.                    

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

ชื่อ Auto form filler Auto form filler
ID kbglaobalcgfdgbbjinnnfmnfafomdcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-form-filler/kbglaobalcgfdgbbjinnnfmnfafomdcl
คำอธิบาย fill out forms by one click
ขนาดไฟล์ 17.17 KB
จำนวนการติดตั้ง 553
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-15
วันที่เผยแพร่ 2021-09-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sammerche84
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": " Auto form filler",
    "description": "fill out forms by one click",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}