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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Professor Warning: UT Austin

قم بتنزيل ملفات الامتداد Professor Warning: UT Austin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}