MadCourse
MadCourse is an extension to check course status for UW-Madison students
Τι είναι το MadCourse;
Το MadCourse είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://shawnzhong.com, και η κύρια λειτουργία του είναι "MadCourse is an extension to check course status for UW-Madison students".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης MadCourse
Λήψη αρχείων επέκτασης MadCourse σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cijpakgnnndjbilnioofmgdededkdmpc |
| Επίσημο URL | https://chromewebstore.google.com/detail/madcourse/cijpakgnnndjbilnioofmgdededkdmpc |
| Περιγραφή | MadCourse is an extension to check course status for UW-Madison students |
| Μέγεθος Αρχείου | 398 KB |
| Αριθμός Εγκαταστάσεων | 45 |
| Τρέχουσα Έκδοση | 2.6 |
| Τελευταία Ενημέρωση | 2019-04-10 |
| Ημερομηνία Δημοσίευσης | 2019-04-10 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://shawnzhong.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://shawnzhong.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://shawnzhong.com |
| URL της Σελίδας Πολιτικής Απορρήτου | https://shawnzhong.com |
| Υποστηριζόμενες Γλώσσες | 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
} | |