JCU Class Timetable Downloader

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

Qu'est-ce que JCU Class Timetable Downloader ?

JCU Class Timetable Downloader est une extension Chrome développée par Dezhi, et sa fonction principale est "Open Student First website, this downloader can help you to add timetable to your calendar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JCU Class Timetable Downloader

Téléchargez les fichiers d'extension JCU Class Timetable Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
URL Officiel https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Description Open Student First website, this downloader can help you to add timetable to your calendar
Taille du Fichier 91.07 KB
Nombre d'Installations 15
Version Actuelle 1.0.6
Dernière Mise à Jour 2020-11-07
Date de Publication 2020-11-05
Développeur Dezhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}