Auto Form Filler

This extension will help delvelopers to fill random values in the form

Auto Form Fillerคืออะไร?

Auto Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Utkarsh Mehrotra และคุณลักษณะหลักของมันคือ "This extension will help delvelopers to fill random values in the form"

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

screenshot

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

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

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

                        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 automatically saves the value. The next time you fill that same form it's going to fill, last filled details. 
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 obviously these values won't be correct until you edit them.
This extension is a boon for developers as this helps them test their work faster. This extension even saves the values if you change junk values filled automatically by the extension. Hence its extremely helpful for the developers.
Developers and testers can use this to add junk values. There are a lot of easter eggs for the developers which they will find slowly and gradually. ;)

Key features:
- Absolutely no configuration required.
- Just click on the extension icon on the top right corner of your browser and get values filled.
- Learns from your inputs and changes you do in the form.
- Fills random values for unrecognised fields.

What's New (v1.12):
    - Added Offline support

What's New (v1.11):
    - Now the input boxes are even more intelligent. The first time random values will be intelligently derived as per your 
      fields.
    - Bug fixes

What's New (v1.10):
    - Added support for readonly and disabled inputs
    - Removed a few important fields from getting filled randomly

(v1.8):
    - Added support for chosen and radio buttons.
    - Pre-filled information will remain intact.                    

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

ชื่อ Auto Form Filler Auto Form Filler
ID cfghpjmgdnienmgcajbmjjemfnnmldlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-form-filler/cfghpjmgdnienmgcajbmjjemfnnmldlh
คำอธิบาย This extension will help delvelopers to fill random values in the form
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 28,515
เวอร์ชันปัจจุบัน 1.13
อัปเดตครั้งล่าสุด 2020-07-02
วันที่เผยแพร่ 2020-07-02
คะแนน 3.44/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา Utkarsh Mehrotra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Form Filler",
    "description": "This extension will help delvelopers to fill random values in the form",
    "version": "1.13",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}