UMich ScheduleMaker

Download an iCal file of your UMich Schedule!

UMich ScheduleMaker क्या है?

UMich ScheduleMaker Sid Pagariya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download an iCal file of your UMich Schedule!"।

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

screenshot
screenshot

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

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

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

                        ==== 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
आधिकारिक URL 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
}