CityU Quick Course Adder

To help you fill the CRNs quickly.

What is CityU Quick Course Adder?

CityU Quick Course Adder is a Chrome extension developed by http://ideati.me, and its main feature is "To help you fill the CRNs quickly.".

Extension Screenshots

screenshot

Download CityU Quick Course Adder Extension CRX File

Download CityU Quick Course Adder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CityU Quick Course Adder CityU Quick Course Adder
ID aookheebjfjgipgkpcfoahijdjnlejbk
Official URL https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk
Description To help you fill the CRNs quickly.
File Size 68.36 KB
Installation Count 7,000
Current Version 1.3
Last Updated 2014-02-21
Publish Date 2014-02-21
Rating 5.00/5 Total 10 Ratings
Developer http://ideati.me
Payment Type free
Extension Website http://timesheettyu.ideati.me
Supported Languages 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
}