Waitlist of Lucidity
Shows waitlist sizes for UT Austin Registration
Wat is Waitlist of Lucidity?
Waitlist of Lucidity is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Shows waitlist sizes for UT Austin Registration".
Extensie Screenshots
Download het CRX-bestand van de extensie Waitlist of Lucidity
Download Waitlist of Lucidity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Waitlist of Lucidity |
ID | mcnochpjjjljamhiigpkokjcfmmihhic |
Officiële URL | https://chromewebstore.google.com/detail/waitlist-of-lucidity/mcnochpjjjljamhiigpkokjcfmmihhic |
Beschrijving | Shows waitlist sizes for UT Austin Registration |
Bestandsgrootte | 6.92 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.204 |
Laatst Bijgewerkt | 2020-05-05 |
Publicatiedatum | 2020-05-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |