MadCourse
MadCourse is an extension to check course status for UW-Madison students
Qu'est-ce que MadCourse ?
MadCourse est une extension Chrome développée par https://shawnzhong.com, et sa fonction principale est "MadCourse is an extension to check course status for UW-Madison students".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MadCourse
Téléchargez les fichiers d'extension MadCourse 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
MadCourse helps UW-Madison students to check the course status on a popup page. Simply search the course name in the search bar, and select the course you want to keep track of. Features include: * Get alarmed when there is a change in section status (e.g., closed to waitlisted) * Brief section status for each course in the list * The number of people on the waitlist for waitlisted section * The number of people currently enrolled for open section * Detailed section information when you clicked on the section title * Time, instructor, enrollment and waitlist status * Quickly search an instructor on RateMyProfessor.com * Quickly check the grade distributions and average GPAs on MadGrades.com
Informations de Base sur l'Extension
Nom | MadCourse |
ID | cijpakgnnndjbilnioofmgdededkdmpc |
URL Officiel | https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc |
Description | MadCourse is an extension to check course status for UW-Madison students |
Taille du Fichier | 398 KB |
Nombre d'Installations | 45 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2019-04-10 |
Date de Publication | 2019-04-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://shawnzhong.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shawnzhong.com |
URL de la Page d'Aide | https://shawnzhong.com |
URL de la Page de Politique de Confidentialité | https://shawnzhong.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MadCourse", "description": "MadCourse is an extension to check course status for UW-Madison students", "version": "2.6", "permissions": [ "notifications", "webRequest", "alarms", "storage", "https:\/\/enroll.wisc.edu\/*" ], "browser_action": { "default_title": "Open MadCourse", "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |