CityU Quick Course Adder
To help you fill the CRNs quickly.
Qu'est-ce que CityU Quick Course Adder ?
CityU Quick Course Adder est une extension Chrome développée par h.mattjunk, et sa fonction principale est "To help you fill the CRNs quickly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CityU Quick Course Adder
Téléchargez les fichiers d'extension CityU Quick Course Adder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The CityU Quick Course Adder is a helpful Chrome extension that makes entering CRNs faster. You just preload your CRNs, and the extension will automatically instantly put them on the 'Add or Drop Classes' page for you. It's a real time-saver! This is an updated version, building on the original 2016 version by Sam (ideati.me), which is no longer available.
Informations de Base sur l'Extension
Nom | CityU Quick Course Adder |
ID | ailiklnkhplhpoeakbpcgomfdglmojbh |
URL Officiel | https://chromewebstore.google.com/detail/cityu-quick-course-adder/ailiklnkhplhpoeakbpcgomfdglmojbh |
Description | To help you fill the CRNs quickly. |
Taille du Fichier | 34.91 KB |
Nombre d'Installations | 459 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-09-06 |
Date de Publication | 2023-09-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | h.mattjunk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension |
URL de la Page d'Aide | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/How-To-Use%3F |
URL de la Page de Politique de Confidentialité | https://github.com/H11Maitree/CityU-Course-Adder-Chorme-Extension/wiki/Privacy-Policy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CityU Quick Course Adder", "description": "To help you fill the CRNs quickly.", "version": "1.0", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/banweb.cityu.edu.hk\/*", "http:\/\/banweb.cityu.edu.hk\/*" ], "js": [ "contentScript.js" ], "include_globs": [ "*bwskfreg.P_AltPin*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |