UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

Wat is UMD GCal Schedule Importer?

UMD GCal Schedule Importer is een Chrome-extensie ontwikkeld door https://timothychen.me, en de belangrijkste functie is "Imports your UMD class schedule to Google Calendar.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UMD GCal Schedule Importer

Download UMD GCal Schedule Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of manually creating a Google Calendar for your UMD course schedule every single semester? Look no further! This chrome extension will pull the data from your Testudo page (after you navigate to the show schedule page) and create a Google Calendar for you, filled with your semester's schedule!

Currently works for Fall and Spring semesters.

If you find any bugs, please contact [email protected].

Created with <3 by Timothy Chen and Brandon Berry.                    

Basisinformatie over de Extensie

Naam UMD GCal Schedule Importer UMD GCal Schedule Importer
ID jegeklcfgfcjbcbcabblbhdakfaibckn
Officiële URL https://chromewebstore.google.com/detail/umd-gcal-schedule-importe/jegeklcfgfcjbcbcabblbhdakfaibckn
Beschrijving Imports your UMD class schedule to Google Calendar.
Bestandsgrootte 684 KB
Aantal Installaties 642
Huidige Versie 4.0
Laatst Bijgewerkt 2020-09-05
Publicatiedatum 2020-01-30
Beoordeling 4.67/5 Totaal 36 Beoordelingen
Ontwikkelaar https://timothychen.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://schedule-importer.umd.edu
Help Pagina-URL https://github.com/timothychen01/umd-google-cal-schedule-importer/wiki/Support
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMD GCal Schedule Importer",
    "description": "Imports your UMD class schedule to Google Calendar.",
    "version": "4.0",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/www.provost.umd.edu\/calendar\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/materialize\/0.97.8\/js\/materialize.min.js; object-src 'self'"
}