Rate My FIU

The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…

Что такое Rate My FIU?

Rate My FIU - это расширение Chrome, разработанное ccani008, и его основная функция - "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".

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

screenshot
screenshot

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

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

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

                        The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.                    

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

Название Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
Официальный URL https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Описание The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Размер файла 36.85 KB
Количество установок 27
Текущая Версия 1.2
Последнее Обновление 2016-10-24
Дата публикации 2016-10-24
Рейтинг 5.00/5 Всего 5 оценок
Разработчик ccani008
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My FIU",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fiu.edu\/*"
            ],
            "js": [
                "script.js",
                "jquery-2.1.3.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}