uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

什麼是uWaterloo Schedule Exporter?

uWaterloo Schedule Exporter是由https://baraa.ca開發的Chrome擴展程式,該擴展的主要功能是“Export your University of Waterloo class schedule directly from Quest.”。

擴展截圖

screenshot

下載uWaterloo Schedule Exporter擴展crx文件

下載uWaterloo Schedule Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply head over to "Academics" -> "Enroll" -> "My Class Schedule" and click on the "Download Schedule" button in the title. Be sure to be in "List View". Then you can import the .ics file into your preferred calendar application.                    

擴展基本資訊

名稱 uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID epamhdpboimbcdgokgldffcdkfmbmajg
官方網址 https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg
簡介 Export your University of Waterloo class schedule directly from Quest.
檔案大小 94.32 KB
安裝次數 2,903
目前版本 1.6
更新時間 2018-02-22
上架時間 2018-02-22
評分 4.46/5 共 37 次評分
開發者 https://baraa.ca
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.6",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}