CityU Quick Course Adder
To help you fill the CRNs quickly.
Wat is CityU Quick Course Adder?
CityU Quick Course Adder is een Chrome-extensie ontwikkeld door http://ideati.me, en de belangrijkste functie is "To help you fill the CRNs quickly.".
Extensie Screenshots
Download het CRX-bestand van de extensie CityU Quick Course Adder
Download CityU Quick Course Adder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aookheebjfjgipgkpcfoahijdjnlejbk |
Officiële URL | https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk |
Beschrijving | To help you fill the CRNs quickly. |
Bestandsgrootte | 68.36 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2014-02-21 |
Publicatiedatum | 2014-02-21 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://ideati.me |
Betalingswijze | free |
Extensiewebsite | http://timesheettyu.ideati.me |
Ondersteunde Talen | 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 } |