UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

Qu'est-ce que UMD GCal Schedule Importer ?

UMD GCal Schedule Importer est une extension Chrome développée par https://timothychen.me, et sa fonction principale est "Imports your UMD class schedule to Google Calendar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UMD GCal Schedule Importer

Téléchargez les fichiers d'extension UMD GCal Schedule Importer 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

                        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.                    

Informations de Base sur l'Extension

Nom UMD GCal Schedule Importer UMD GCal Schedule Importer
ID jegeklcfgfcjbcbcabblbhdakfaibckn
URL Officiel https://chromewebstore.google.com/detail/umd-gcal-schedule-importe/jegeklcfgfcjbcbcabblbhdakfaibckn
Description Imports your UMD class schedule to Google Calendar.
Taille du Fichier 684 KB
Nombre d'Installations 642
Version Actuelle 4.0
Dernière Mise à Jour 2020-09-05
Date de Publication 2020-01-30
Évaluation 4.67/5 Total 36 Évaluations
Développeur https://timothychen.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://schedule-importer.umd.edu
URL de la Page d'Aide https://github.com/timothychen01/umd-google-cal-schedule-importer/wiki/Support
Langues Prises en Charge 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'"
}