MyNevada Schedule Downloader

Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.

Was ist MyNevada Schedule Downloader?

MyNevada Schedule Downloader ist eine Chrome-Erweiterung, die von Sultan entwickelt wurde, und ihr Hauptmerkmal ist "Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.".

Erweiterungsscreenshots

screenshot

MyNevada Schedule Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyNevada Schedule Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Download your MyNevada class schedule from the University of Nevada, Reno (UNR) and import it to any calendar apps, such as Google Calendar and iCloud Calendar. Automatically syncs the days, times, and locations of all your classes.

How to use:
1. Go to your Student Center Dashboard.

2. Under "Academics" click the dropdown menu.

3. Click "Class Schedule".

4. Click the link to download the ".ics" file.

5. You can import the ".ics" file to any calendar apps!                    

Grundlegende Informationen zur Erweiterung

Name MyNevada Schedule Downloader MyNevada Schedule Downloader
ID cggipbcggopfmlibmgcmefijngkjbife
Offizielle URL https://chromewebstore.google.com/detail/mynevada-schedule-downloa/cggipbcggopfmlibmgcmefijngkjbife
Beschreibung Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.
Dateigröße 98.49 KB
Installationsanzahl 17
Aktuelle Version 1.1
Letztes Update 2018-09-22
Veröffentlichungsdatum 2018-09-22
Entwickler Sultan
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyNevada Schedule Downloader",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "16": "icons\/icon16.png"
    },
    "author": "Rohman Sultan",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nevada.unr.edu\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.3.1.min.js",
                "ics.deps.min.js",
                "schedule.js",
                "content.js"
            ]
        }
    ]
}