CityU Quick Course Adder
To help you fill the CRNs quickly.
Cos'è CityU Quick Course Adder?
CityU Quick Course Adder è un'estensione di Chrome sviluppata da http://ideati.me, e la sua funzione principale è "To help you fill the CRNs quickly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CityU Quick Course Adder
Scarica i file di estensione CityU Quick Course Adder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aookheebjfjgipgkpcfoahijdjnlejbk |
URL Ufficiale | https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk |
Descrizione | To help you fill the CRNs quickly. |
Dimensione del File | 68.36 KB |
Conteggio Installazioni | 7,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2014-02-21 |
Data di Pubblicazione | 2014-02-21 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | http://ideati.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://timesheettyu.ideati.me |
Lingue Supportate | 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 } |