Professor Watch
Know if a class is taught by a professor who violated sexual misconduct policy. University of Texas at Austin only.
什么是Professor Watch?
Professor Watch是由Kitch开发的Chrome扩展程序,该扩展的主要功能是“Know if a class is taught by a professor who violated sexual misconduct policy. University of Texas at Austin only.”。
扩展截图
下载Professor Watch扩展crx文件
下载Professor Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
At UT-Austin, professors who have violated sexual misconduct policies are still teaching. Over the past several years, activism on the part of students and faculty has led to the release of some of their names. This chrome extension brings this public information directly into the course catalogue so you can stay informed when signing up for classes. Names are linked to more information where you can read the allegations or summary review of the incident to make your own determination on what you want to do during registration. Color code meanings: - Red: UT's Title IX Office found the professor violated sexual misconduct policies. - Orange: A major media outlet has reported allegations of violating behavior, but as of right now (April, 2020) the Title IX Office has not provided information on this faculty member. For more information about which cases are publicly available, please read: https://utmisconduct.wordpress.com/about-the-data/ This extension was not created nor endorsed by the University.
扩展基本信息
名称 | Professor Watch |
ID | omaicfgfpcnalodfdfbekadcamlhkikg |
官方URL | https://chromewebstore.google.com/detail/professor-watch/omaicfgfpcnalodfdfbekadcamlhkikg |
简介 | Know if a class is taught by a professor who violated sexual misconduct policy. University of Texas at Austin only. |
文件大小 | 7.68 KB |
安装次数 | 269 |
当前版本 | 1.6 |
更新时间 | 2020-04-21 |
上架时间 | 2020-04-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Kitch |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Professor Watch", "description": "Know if a class is taught by a professor who violated sexual misconduct policy. University of Texas at Austin only.", "version": "1.6", "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" } ] } |