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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kitch และคุณลักษณะหลักของมันคือ "Know if a class is taught by a professor who violated sexual misconduct policy. University of Texas at Austin only."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Professor Watch

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}