See Tow Form Filler
Automatically submits Microsoft Forms at 7am
See Tow Form Fillerคืออะไร?
See Tow Form Filler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย See Tow Technologies PTE. Ltd. และคุณลักษณะหลักของมันคือ "Automatically submits Microsoft Forms at 7am"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย See Tow Form Filler
ดาวน์โหลดไฟล์ส่วนขยาย See Tow Form Filler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will automatically click the "Submit" button on Microsoft Forms at 7am when activated. To activate, just click the icon and all the work is done for you. Make sure you are currently on the correct tab before clicking the button. Please ensure that the submit button says that it will submit at 7am, before leaving your computer. Do not turn off your computer or put it to sleep.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | See Tow Form Filler |
ID | pagnpeldlihbccalamofecmmcejfimlm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/see-tow-form-filler/pagnpeldlihbccalamofecmmcejfimlm |
คำอธิบาย | Automatically submits Microsoft Forms at 7am |
ขนาดไฟล์ | 7.62 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 2.0-ChromeWebStore |
อัปเดตครั้งล่าสุด | 2021-05-18 |
วันที่เผยแพร่ | 2021-05-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | See Tow Technologies PTE. Ltd. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "See Tow Form Filler", "version": "2.0", "version_name": "2.0-ChromeWebStore", "manifest_version": 2, "description": "Automatically submits Microsoft Forms at 7am", "homepage_url": "https:\/\/seetow.me", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "formfiller-ms.png", "32": "formfiller-32.png" }, "browser_action": { "default_title": "Go!" }, "permissions": [ "activeTab" ] } |