UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

What is UW-Madison Schedule Download?

UW-Madison Schedule Download is a Chrome extension developed by max.s.maeder, and its main feature is "Download your UW-Madison schedule as a file.".

Extension Screenshots

screenshot

Download UW-Madison Schedule Download Extension CRX File

Download UW-Madison Schedule Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily download your UW-Madison class schedule as an `.ical` file,
which can be imported to calendars such as Google Calendar or the Apple iCloud Calendar.

After installing, just navigate to your Course Schedule in MyUW, and press the "Download Schedule" button.                    

Extension Basic Information

Name UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Official URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Description Download your UW-Madison schedule as a file.
File Size 88.79 KB
Installation Count 266
Current Version 1.0.1
Last Updated 2022-09-11
Publish Date 2022-09-11
Rating 5.00/5 Total 4 Ratings
Developer max.s.maeder
Email [email protected]
Payment Type free
Extension Website https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UW-Madison Schedule Download",
    "description": "Download your UW-Madison schedule as a file.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.wisc.edu\/portal\/p\/class-schedule*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "style\/*"
            ]
        }
    ],
    "manifest_version": 3
}