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은(는) Kitch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin."입니다.

확장 프로그램 스크린샷

screenshot

Professor Warning: UT Austin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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