Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Professor Warning: UT Austin là gì?
Professor Warning: UT Austin là một tiện ích mở rộng Chrome được phát triển bởi Kitch, và tính năng chính của nó là "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Professor Warning: UT Austin
Tải xuống các tệp mở rộng Professor Warning: UT Austin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
URL Chính Thức | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Mô tả | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Kích Thước Tệp | 7.92 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-02-04 |
Ngày Phát Hành | 2020-02-04 |
Nhà Phát Triển | Kitch |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |