UMich ScheduleMaker

Download an iCal file of your UMich Schedule!

UMich ScheduleMaker là gì?

UMich ScheduleMaker là một tiện ích mở rộng Chrome được phát triển bởi Sid Pagariya, và tính năng chính của nó là "Download an iCal file of your UMich Schedule!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UMich ScheduleMaker

Tải xuống các tệp mở rộng UMich ScheduleMaker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ==== 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UMich ScheduleMaker UMich ScheduleMaker
ID andfmpjcioflbnlgbpjbckhgdlhhkega
URL Chính Thức https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega
Mô tả Download an iCal file of your UMich Schedule!
Kích Thước Tệp 94.06 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2020-12-13
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sid Pagariya
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/sidpagariya/MProjects/issues/
Ngôn Ngữ Được Hỗ Trợ 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
}