UMich ScheduleMaker

Download an iCal file of your UMich Schedule!

Qu'est-ce que UMich ScheduleMaker ?

UMich ScheduleMaker est une extension Chrome développée par Sid Pagariya, et sa fonction principale est "Download an iCal file of your UMich Schedule!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension UMich ScheduleMaker

Téléchargez les fichiers d'extension UMich ScheduleMaker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom UMich ScheduleMaker UMich ScheduleMaker
ID andfmpjcioflbnlgbpjbckhgdlhhkega
URL Officiel https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega
Description Download an iCal file of your UMich Schedule!
Taille du Fichier 94.06 KB
Nombre d'Installations 127
Version Actuelle 1.4.1
Dernière Mise à Jour 2020-12-13
Date de Publication 2020-04-30
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sid Pagariya
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/sidpagariya/MProjects/issues/
Langues Prises en Charge 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
}