CourseOff Registration for UMD

This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…

Что такое CourseOff Registration for UMD?

CourseOff Registration for UMD - это расширение Chrome, разработанное vcapra1, и его основная функция - "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".

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

screenshot
screenshot

Скачать файл CRX расширения CourseOff Registration for UMD

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

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

                        This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.                    

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

Название CourseOff Registration for UMD CourseOff Registration for UMD
ID mahehfffnjnmiggjhmgbdaphmbhghjhe
Официальный URL https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe
Описание This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Размер файла 202 KB
Количество установок 138
Текущая Версия 0.1.0
Последнее Обновление 2019-05-20
Дата публикации 2019-05-19
Разработчик vcapra1
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CourseOff Registration for UMD",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/umd.courseoff.com\/workspace*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}