Form Filler
Automatically fill the form on the website.
Form Fillerคืออะไร?
Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย green3rd และคุณลักษณะหลักของมันคือ "Automatically fill the form on the website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Form Filler
ดาวน์โหลดไฟล์ส่วนขยาย Form Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
คำอธิบาย | Automatically fill the form on the website. |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-06-23 |
วันที่เผยแพร่ | 2021-06-23 |
ผู้พัฒนา | green3rd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |