UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

Τι είναι το UMD GCal Schedule Importer;

Το UMD GCal Schedule Importer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://timothychen.me, και η κύρια λειτουργία του είναι "Imports your UMD class schedule to Google Calendar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UMD GCal Schedule Importer

Λήψη αρχείων επέκτασης UMD GCal Schedule Importer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UMD GCal Schedule Importer UMD GCal Schedule Importer
ID jegeklcfgfcjbcbcabblbhdakfaibckn
Επίσημο URL https://chromewebstore.google.com/detail/umd-gcal-schedule-importe/jegeklcfgfcjbcbcabblbhdakfaibckn
Περιγραφή Imports your UMD class schedule to Google Calendar.
Μέγεθος Αρχείου 684 KB
Αριθμός Εγκαταστάσεων 642
Τρέχουσα Έκδοση 4.0
Τελευταία Ενημέρωση 2020-09-05
Ημερομηνία Δημοσίευσης 2020-01-30
Αξιολόγηση 4.67/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής https://timothychen.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://schedule-importer.umd.edu
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/timothychen01/umd-google-cal-schedule-importer/wiki/Support
Υποστηριζόμενες Γλώσσες 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'"
}