Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Hvad er Professor Warning: UT Austin?
Professor Warning: UT Austin er en Chrome-udvidelse udviklet af Kitch, og dens hovedfunktion er "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Udvidelsesskærmbilleder
Download Professor Warning: UT Austin-udvidelses-CRX-fil
Download Professor Warning: UT Austin-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
The University of Texas at Austin has recently released information regarding 17 incidents of sexual misconduct, including 3 cases among faculty members. This chrome extension surfaces this information directly into the course catalogue so you can stay informed when signing up for classes. Names are linked to the publication provided by the University of Texas at Austin so you can read the allegations and summary review of the incident and make your own determination on what to do during registration.
Grundlæggende oplysninger om udvidelsen
Navn | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
Officiel URL | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Beskrivelse | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Filstørrelse | 7.92 KB |
Antal Installationer | 95 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-02-04 |
Udgivelsesdato | 2020-02-04 |
Udvikler | Kitch |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Professor Warning: UT Austin", "description": "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.", "version": "1.1", "permissions": [ "https:\/\/utdirect.utexas.edu\/*" ], "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/utdirect.utexas.edu\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |