Waitlist of Lucidity
Shows waitlist sizes for UT Austin Registration
Waitlist of Lucidityคืออะไร?
Waitlist of Lucidity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Shows waitlist sizes for UT Austin Registration"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Waitlist of Lucidity
ดาวน์โหลดไฟล์ส่วนขยาย Waitlist of Lucidity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Waitlists are now also displayed directly on the Course Schedule. Provides a crowdsourced method for students at UT Austin to see the size of waitlisted classes. Visiting "See my waitlists" automatically adds the sizes of a user's waitlists to a Database. Clicking on "See all waitlists" displays all collected waitlist sizes. For best user experience, disable scroll feature on UT Registration Plus.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Waitlist of Lucidity |
ID | mcnochpjjjljamhiigpkokjcfmmihhic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/waitlist-of-lucidity/mcnochpjjjljamhiigpkokjcfmmihhic |
คำอธิบาย | Shows waitlist sizes for UT Austin Registration |
ขนาดไฟล์ | 6.92 KB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 1.204 |
อัปเดตครั้งล่าสุด | 2020-05-05 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waitlist of Lucidity", "description": "Shows waitlist sizes for UT Austin Registration", "version": "1.204", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/utdirect.utexas.edu\/registrar\/waitlist\/wl_see_my_waitlists.WBX\/*" ], "js": [ "content.js" ] }, { "matches": [ "https:\/\/utdirect.utexas.edu\/apps\/registrar\/course_schedule\/*" ], "js": [ "display.js" ] } ] } |