UMich ScheduleMaker

Download an iCal file of your UMich Schedule!

什麼是UMich ScheduleMaker?

UMich ScheduleMaker是由Sid Pagariya開發的Chrome擴展程式,該擴展的主要功能是“Download an iCal file of your UMich Schedule!”。

擴展截圖

screenshot
screenshot

下載UMich ScheduleMaker擴展crx文件

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

擴展使用說明

                        ==== WINTER 2021 NOW SUPPORTED THROUGH STUDENT CENTER AND SCHEDULE BUILDER SUPPORTED ====

This is a simple tool to export your University of Michigan Schedule to an iCal file. You can use it on Student Center Homepage or in Schedule Builder as shown in the screenshots by simply clicking the extension icon when the page is done loading. Custom themed Wolverine Access (As shown in the first screenshot) extension called "Wolverify" also available!                    

擴展基本資訊

名稱 UMich ScheduleMaker UMich ScheduleMaker
ID andfmpjcioflbnlgbpjbckhgdlhhkega
官方網址 https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega
簡介 Download an iCal file of your UMich Schedule!
檔案大小 94.06 KB
安裝次數 127
目前版本 1.4.1
更新時間 2020-12-13
上架時間 2020-04-30
評分 5.00/5 共 5 次評分
開發者 Sid Pagariya
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/sidpagariya/MProjects/issues/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMich ScheduleMaker",
    "version": "1.4.1",
    "description": "Download an iCal file of your UMich Schedule!",
    "icons": {
        "16": "icons\/ScheduleMaker-16x16.png",
        "32": "icons\/ScheduleMaker-32x32.png",
        "64": "icons\/ScheduleMaker-64x64.png",
        "128": "icons\/ScheduleMaker-128x128.png"
    },
    "page_action": {
        "default_icon": "icons\/ScheduleMaker-32x32.png",
        "default_title": "UMich Schedule to iCal"
    },
    "permissions": [
        "tabs",
        "downloads",
        "declarativeContent",
        "https:\/\/csprod.dsc.umich.edu\/*",
        "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/*",
        "https:\/\/umich.collegescheduler.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/ical.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/SA_LEARNER_SERVICES.SSS_STUDENT_CENTER.GBL",
                "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/Schedule.html",
                "https:\/\/umich.collegescheduler.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/ical.min.js",
                "js\/content.js"
            ]
        }
    ],
    "manifest_version": 2
}