Professor Warning: UT Austin

Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.

¿Qué es Professor Warning: UT Austin?

Professor Warning: UT Austin es una extensión de Chrome desarrollada por Kitch, y su función principal es "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Professor Warning: UT Austin

Descarga archivos de extensión Professor Warning: UT Austin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Professor Warning: UT Austin Professor Warning: UT Austin
ID jinjlfdphlldlejkcgcgjjbfinpbojae
URL Oficial https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae
Descripción Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
Tamaño del Archivo 7.92 KB
Cantidad de Instalaciones 95
Versión Actual 1.1
Última Actualización 2020-02-04
Fecha de Publicación 2020-02-04
Desarrollador Kitch
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}