Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Was ist Professor Warning: UT Austin?
Professor Warning: UT Austin ist eine Chrome-Erweiterung, die von Kitch entwickelt wurde, und ihr Hauptmerkmal ist "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Erweiterungsscreenshots
Professor Warning: UT Austin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Professor Warning: UT Austin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
Offizielle URL | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Beschreibung | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Dateigröße | 7.92 KB |
Installationsanzahl | 95 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-02-04 |
Veröffentlichungsdatum | 2020-02-04 |
Entwickler | Kitch |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |