CityU Quick Course Adder

To help you fill the CRNs quickly.

Что такое CityU Quick Course Adder?

CityU Quick Course Adder - это расширение Chrome, разработанное http://ideati.me, и его основная функция - "To help you fill the CRNs quickly.".

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

screenshot

Скачать файл CRX расширения CityU Quick Course Adder

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

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

                        Next update: add auto click submit before the page loads.

When filling the CRNs, feel not fast enough? Let "CityU Quick Course Adder" help you.


Step:
1. filled CRNs in advance,
2. Open "Add or Drop Classes" page, the CRNs already filled by "CityU Quick Course Adder", 
3. Click "Submit Changes" to submit.                    

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

Название CityU Quick Course Adder CityU Quick Course Adder
ID aookheebjfjgipgkpcfoahijdjnlejbk
Официальный URL https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk
Описание To help you fill the CRNs quickly.
Размер файла 68.36 KB
Количество установок 7,000
Текущая Версия 1.3
Последнее Обновление 2014-02-21
Дата публикации 2014-02-21
Рейтинг 5.00/5 Всего 10 оценок
Разработчик http://ideati.me
Тип оплаты free
Официальный сайт расширения http://timesheettyu.ideati.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CityU Quick Course Adder",
    "description": "To help you fill the CRNs quickly.",
    "version": "1.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "CityU Quick Course Adder",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}