JCU Class Timetable Downloader

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

Wat is JCU Class Timetable Downloader?

JCU Class Timetable Downloader is een Chrome-extensie ontwikkeld door Dezhi, en de belangrijkste functie is "Open Student First website, this downloader can help you to add timetable to your calendar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JCU Class Timetable Downloader

Download JCU Class Timetable Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
Officiële URL https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Beschrijving Open Student First website, this downloader can help you to add timetable to your calendar
Bestandsgrootte 91.07 KB
Aantal Installaties 15
Huidige Versie 1.0.6
Laatst Bijgewerkt 2020-11-07
Publicatiedatum 2020-11-05
Ontwikkelaar Dezhi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}