Professor Warning: UT Austin
Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
O que é Professor Warning: UT Austin?
Professor Warning: UT Austin é uma extensão do Chrome desenvolvida por Kitch, e sua principal característica é "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Professor Warning: UT Austin
Baixe arquivos de extensão Professor Warning: UT Austin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Professor Warning: UT Austin |
ID | jinjlfdphlldlejkcgcgjjbfinpbojae |
URL Oficial | https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae |
Descrição | Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin. |
Tamanho do Arquivo | 7.92 KB |
Contagem de Instalações | 95 |
Versão Atual | 1.1 |
Última Atualização | 2020-02-04 |
Data de Publicação | 2020-02-04 |
Desenvolvedor | Kitch |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |