MadCourse

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

MadCourse क्या है?

MadCourse https://shawnzhong.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MadCourse is an extension to check course status for UW-Madison students"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MadCourse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम MadCourse MadCourse
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
}