Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Qu'est-ce que Professor Warning: UT Austin ?
Professor Warning: UT Austin est une extension Chrome développée par Kitch, et sa fonction principale est "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Professor Warning: UT Austin
Téléchargez les fichiers d'extension Professor Warning: UT Austin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
URL Officiel | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Description | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Taille du Fichier | 7.92 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-02-04 |
Date de Publication | 2020-02-04 |
Développeur | Kitch |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |