CityU Quick Course Adder
To help you fill the CRNs quickly.
Vad är CityU Quick Course Adder?
CityU Quick Course Adder är en Chrome-tillägg utvecklad av http://ideati.me, och dess huvudfunktion är "To help you fill the CRNs quickly.".
Tilläggsskärmbilder
Ladda ner CityU Quick Course Adder-förlängningens CRX-fil
Ladda ner CityU Quick Course Adder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aookheebjfjgipgkpcfoahijdjnlejbk |
Officiell webbadress | https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk |
Beskrivning | To help you fill the CRNs quickly. |
Filstorlek | 68.36 KB |
Antal Installationer | 7,000 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2014-02-21 |
Publiceringsdatum | 2014-02-21 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | http://ideati.me |
Betalningssätt | free |
Tilläggswebbplats | http://timesheettyu.ideati.me |
Stödda Språk | 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 } |