autoFill
autoFill is used to fill the form field with random value
autoFillคืออะไร?
autoFill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cognitiveatom และคุณลักษณะหลักของมันคือ "autoFill is used to fill the form field with random value"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย autoFill
ดาวน์โหลดไฟล์ส่วนขยาย autoFill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
autoFill is use for an tester and developer to fill the form (contain x number of fields) by random value for their testing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | autoFill |
ID | acpgjmjldamjjinpkchgnimfcdilcilb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autofill/acpgjmjldamjjinpkchgnimfcdilcilb |
คำอธิบาย | autoFill is used to fill the form field with random value |
ขนาดไฟล์ | 1.21 MB |
จำนวนการติดตั้ง | 556 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-11-06 |
วันที่เผยแพร่ | 2019-11-05 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | cognitiveatom |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "autoFill", "short_name": "form fill", "description": "autoFill is used to fill the form field with random value", "version": "1.1", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/img\/logo\/icon16.png", "48": "assets\/img\/logo\/icon48.png", "128": "assets\/img\/logo\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.paypal.com https:\/\/www.paypalobjects.com; object-src 'self'" } |