MadCourse

MadCourse is an extension to check course status for UW-Madison students

Was ist MadCourse?

MadCourse ist eine Chrome-Erweiterung, die von https://shawnzhong.com entwickelt wurde, und ihr Hauptmerkmal ist "MadCourse is an extension to check course status for UW-Madison students".

Erweiterungsscreenshots

screenshot

MadCourse-Erweiterungs-CRX-Datei herunterladen

Laden Sie MadCourse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MadCourse MadCourse
ID cijpakgnnndjbilnioofmgdededkdmpc
Offizielle URL https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc
Beschreibung MadCourse is an extension to check course status for UW-Madison students
Dateigröße 398 KB
Installationsanzahl 45
Aktuelle Version 2.6
Letztes Update 2019-04-10
Veröffentlichungsdatum 2019-04-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://shawnzhong.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shawnzhong.com
Hilfeseite URL https://shawnzhong.com
URL der Datenschutzrichtlinien-Seite https://shawnzhong.com
Unterstützte Sprachen 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
}