UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Vad är UW-Madison Schedule Download?

UW-Madison Schedule Download är en Chrome-tillägg utvecklad av max.s.maeder, och dess huvudfunktion är "Download your UW-Madison schedule as a file.".

Tilläggsskärmbilder

screenshot

Ladda ner UW-Madison Schedule Download-förlängningens CRX-fil

Ladda ner UW-Madison Schedule Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Officiell webbadress https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Beskrivning Download your UW-Madison schedule as a file.
Filstorlek 88.79 KB
Antal Installationer 266
Aktuell Version 1.0.1
Senast Uppdaterad 2022-09-11
Publiceringsdatum 2022-09-11
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare max.s.maeder
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Stödda Språk 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
}