JCU Class Timetable Downloader

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

JCU Class Timetable Downloader क्या है?

JCU Class Timetable Downloader Dezhi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Student First website, this downloader can help you to add timetable to your calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JCU Class Timetable Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
आधिकारिक URL https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
विवरण Open Student First website, this downloader can help you to add timetable to your calendar
फ़ाइल का आकार 91.07 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2020-11-07
प्रकाशन तिथि 2020-11-05
डेवलपर Dezhi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}