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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |