EasyForm AutoFill
Auto fill in your form using your saved information
EasyForm AutoFillคืออะไร?
EasyForm AutoFill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GX และคุณลักษณะหลักของมันคือ "Auto fill in your form using your saved information"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyForm AutoFill
ดาวน์โหลดไฟล์ส่วนขยาย EasyForm AutoFill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EasyForm AutoFill |
ID | kamomdgnokpnbalmfgnmhbhkhkiihbbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb |
คำอธิบาย | Auto fill in your form using your saved information |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 7,677 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2023-12-07 |
วันที่เผยแพร่ | 2019-01-03 |
คะแนน | 3.35/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | GX |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyForm AutoFill", "description": "Auto fill in your form using your saved information", "version": "1.2.3", "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "action": { "default_icon": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "default_title": "EasyForm AutoFill", "default_popup": "index.html" }, "background": { "service_worker": ".\/static\/js\/background.js" } } |