Rate My Vandy Professors

Puts RateMyProfessors ratings directly into Vanderbilt Class Search.

Что такое Rate My Vandy Professors?

Rate My Vandy Professors - это расширение Chrome, разработанное jkreleases, и его основная функция - "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rate My Vandy Professors

Скачайте файлы расширений Rate My Vandy Professors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class.

Please note that this extension does not work for classes with multiple teachers.

v1.1.2
- Fixed distinction between two teachers with the same first and last names

v1.1.1:
- Fixed issue where the extension would not work on certain URLs

v1.1:
- Now shows results for helpfulness, clarity, and easiness while viewing class details                    

Основная информация о расширении

Название Rate My Vandy Professors Rate My Vandy Professors
ID oaoneifognaiapnemgpeifibjijidpne
Официальный URL https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne
Описание Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
Размер файла 69.21 KB
Количество установок 1,582
Текущая Версия 1.1.2
Последнее Обновление 2016-04-19
Дата публикации 2016-04-19
Рейтинг 4.95/5 Всего 39 оценок
Разработчик jkreleases
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My Vandy Professors",
    "short_name": "RateVandy",
    "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js",
                "subs.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}