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คืออะไร?
Professor Warning: UT Austin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kitch และคุณลักษณะหลักของมันคือ "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Professor Warning: UT Austin
ดาวน์โหลดไฟล์ส่วนขยาย Professor Warning: UT Austin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
คำอธิบาย | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
ขนาดไฟล์ | 7.92 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-02-04 |
วันที่เผยแพร่ | 2020-02-04 |
ผู้พัฒนา | Kitch |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |