UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Apa itu UW-Madison Schedule Download?

UW-Madison Schedule Download adalah ekstensi Chrome yang dikembangkan oleh max.s.maeder, dan fitur utamanya adalah "Download your UW-Madison schedule as a file.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UW-Madison Schedule Download

Unduh file ekstensi UW-Madison Schedule Download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
URL Resmi https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Deskripsi Download your UW-Madison schedule as a file.
Ukuran File 88.79 KB
Jumlah Instalasi 266
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-09-11
Tanggal Publikasi 2022-09-11
Penilaian 5.00/5 Total 4 Penilaian
Pengembang max.s.maeder
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Bahasa yang Didukung 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
}