JCU Class Timetable Downloader

Open Student First website, this downloader can help you to add timetable to your calendar

Was ist JCU Class Timetable Downloader?

JCU Class Timetable Downloader ist eine Chrome-Erweiterung, die von Dezhi entwickelt wurde, und ihr Hauptmerkmal ist "Open Student First website, this downloader can help you to add timetable to your calendar".

Erweiterungsscreenshots

screenshot

JCU Class Timetable Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie JCU Class Timetable 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

                        For JCU students ONLY, open Student First website, and install this extentsion. 
1. Click the class you want, or use the "Select All Classes" button, the background color will turn to green.
2. Click "Download to Calendar" button, it will download a calendar file, open it and enjoy the rest.
3. If you want to reselect, right click the web page and click "Reload".                    

Grundlegende Informationen zur Erweiterung

Name JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
Offizielle URL https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Beschreibung Open Student First website, this downloader can help you to add timetable to your calendar
Dateigröße 91.07 KB
Installationsanzahl 15
Aktuelle Version 1.0.6
Letztes Update 2020-11-07
Veröffentlichungsdatum 2020-11-05
Entwickler Dezhi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JCU Class Timetable Downloader",
    "version": "1.0.6",
    "description": "Open Student First website, this downloader can help you to add timetable to your calendar",
    "author": "Dezhi Wang; [email protected]",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/UncleSamJCU\/JCUClassDownloader",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/secure.jcu.edu.sg\/StudentFirst\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/download.js"
            ],
            "run_at": "document_end"
        }
    ]
}