Waitlist of Lucidity

Shows waitlist sizes for UT Austin Registration

Hvad er Waitlist of Lucidity?

Waitlist of Lucidity er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Shows waitlist sizes for UT Austin Registration".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Waitlist of Lucidity-udvidelses-CRX-fil

Download Waitlist of Lucidity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Waitlist of Lucidity Waitlist of Lucidity
ID mcnochpjjjljamhiigpkokjcfmmihhic
Officiel URL https://chromewebstore.google.com/detail/waitlist-of-lucidity/mcnochpjjjljamhiigpkokjcfmmihhic
Beskrivelse Shows waitlist sizes for UT Austin Registration
Filstørrelse 6.92 KB
Antal Installationer 141
Nuværende Version 1.204
Senest Opdateret 2020-05-05
Udgivelsesdato 2020-05-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}