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."입니다.

확장 프로그램 스크린샷

screenshot

Professor Watch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}