Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Cos'è Professor Warning: UT Austin?
Professor Warning: UT Austin è un'estensione di Chrome sviluppata da Kitch, e la sua funzione principale è "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Professor Warning: UT Austin
Scarica i file di estensione Professor Warning: UT Austin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
URL Ufficiale | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Descrizione | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Dimensione del File | 7.92 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-02-04 |
Data di Pubblicazione | 2020-02-04 |
Sviluppatore | Kitch |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |