CUHK(SZ) & CUHK Class Schedule Exporter

Export your CUHK(SZ) & CUHK class schedule to your calendar

CUHK(SZ) & CUHK Class Schedule Exporter क्या है?

CUHK(SZ) & CUHK Class Schedule Exporter Max Sum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your CUHK(SZ) & CUHK class schedule to your calendar"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में CUHK(SZ) & CUHK Class Schedule Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        從 CUSIS 系統中導出課程列表,導出為 ICS 格式。
ICS 格式可導入到包括 iCloud, Google Calendar 等第三方日曆中。

For CUHK & CUHK(SZ)

使用方法:
1、打开 CUSIS / 选课网址(Oracle People blablabla)
2、進入 My Class Schedule
3、等待幾秒
4、點擊地址欄右方的按鈕下載 ICS 文件。

----

Change Log:
1.3.3 更新統計地址
1.3.2 修复 CUHK(SZ)。
1.3.1 24小時制兼容
1.3    代碼重構及修復 CUHK(SZ) 匯出的 ical 與 iCloud 不兼容問題

----

此插件僅收集下載次數數據作為統計

最先發布於淺見 http://qianjian.tk/2015/09/class-schedule-to-ics/

Originally Developed by Alan Chen(CUHKSZ).
Ported to CUHK by Max Sum(CUHK)                    

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

नाम CUHK(SZ) & CUHK Class Schedule Exporter CUHK(SZ) & CUHK Class Schedule Exporter
ID fjfegpobkpkdmcogjibdckigcnocedif
आधिकारिक URL https://chromewebstore.google.com/detail/cuhksz-cuhk-class-schedul/fjfegpobkpkdmcogjibdckigcnocedif
विवरण Export your CUHK(SZ) & CUHK class schedule to your calendar
फ़ाइल का आकार 403 KB
स्थापना संख्या 156
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2018-01-07
प्रकाशन तिथि 2018-01-07
रेटिंग 4.93/5 कुल 14 रेटिंग्स
डेवलपर Max Sum
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://qianjian.space/2015/09/class-schedule-to-ics/
सहायता पृष्ठ URL https://github.com/cdiscrete/ClassScheduleToICS-track
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CUHK(SZ) & CUHK Class Schedule Exporter",
    "version": "1.4.1",
    "description": "Export your CUHK(SZ) & CUHK class schedule to your calendar",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/qianjian.space\/*",
        "https:\/\/qianjian.space\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/116.31.95.3\/*",
                "http:\/\/116.31.95.2\/*",
                "http:\/\/58.250.174.66\/*",
                "http:\/\/course.computercomity.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.2.1.min.js",
                "cuhksz.js",
                "common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/cusis.cuhk.edu.hk\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.2.1.min.js",
                "cuhk.js",
                "common.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "bg.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Download Schedule"
    }
}