Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Co to jest Professor Warning: UT Austin?
Professor Warning: UT Austin to rozszerzenie Chrome opracowane przez Kitch, a jego główną funkcją jest „Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Professor Warning: UT Austin
Pobierz pliki rozszerzeń Professor Warning: UT Austin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
Oficjalny URL | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Opis | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Rozmiar pliku | 7.92 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-02-04 |
Data Publikacji | 2020-02-04 |
Deweloper | Kitch |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |