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 - это расширение Chrome, разработанное Kitch, и его основная функция - "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".
Снимки экрана расширения
Скачать файл CRX расширения Professor Warning: UT Austin
Скачайте файлы расширений Professor Warning: UT Austin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } ] } |