FHDA Rate My Professor Plugin

Get your potential professor's rating easily on the De anzas registration page.

Что такое FHDA Rate My Professor Plugin?

FHDA Rate My Professor Plugin - это расширение Chrome, разработанное william, и его основная функция - "Get your potential professor's rating easily on the De anzas registration page.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения FHDA Rate My Professor Plugin

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

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

                        Get your potential professor's rating easily on both the FHDA myPortal registration page. For those who are lazy or want to automate some of the work of researching teacher! Uses the ratemyprofessor API.

Currently works for both De Anza and Foothill.
Only works on "Look up classes" and not "Open Class Finder".                    

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

Название FHDA Rate My Professor Plugin FHDA Rate My Professor Plugin
ID ogggghkpkikajpdgmaibajhemjmgemdk
Официальный URL https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk
Описание Get your potential professor's rating easily on the De anzas registration page.
Размер файла 138 KB
Количество установок 44
Текущая Версия 2.0.0
Последнее Обновление 2021-01-27
Дата публикации 2019-07-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик william
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FHDA Rate My Professor Plugin",
    "version": "2.0.0",
    "description": "Get your potential professor's rating easily on the De anzas registration page.",
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "tooltipster\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse",
                "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse_Advanced"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logo-16.png",
            "32": "images\/Logo-32.png",
            "48": "images\/Logo-48.png",
            "128": "images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "images\/Logo-16.png",
        "32": "images\/Logo-32.png",
        "48": "images\/Logo-48.png",
        "128": "images\/Logo-128.png"
    },
    "manifest_version": 2
}