CityU Quick Course Adder
To help you fill the CRNs quickly.
Apa itu CityU Quick Course Adder?
CityU Quick Course Adder adalah ekstensi Chrome yang dikembangkan oleh http://ideati.me, dan fitur utamanya adalah "To help you fill the CRNs quickly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CityU Quick Course Adder
Unduh file ekstensi CityU Quick Course Adder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | aookheebjfjgipgkpcfoahijdjnlejbk |
URL Resmi | https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk |
Deskripsi | To help you fill the CRNs quickly. |
Ukuran File | 68.36 KB |
Jumlah Instalasi | 7,000 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2014-02-21 |
Tanggal Publikasi | 2014-02-21 |
Penilaian | 5.00/5 Total 10 Penilaian |
Pengembang | http://ideati.me |
Tipe Pembayaran | free |
Situs Ekstensi | http://timesheettyu.ideati.me |
Bahasa yang Didukung | 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 } |