UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

UMD GCal Schedule Importer क्या है?

UMD GCal Schedule Importer https://timothychen.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Imports your UMD class schedule to Google Calendar."।

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

screenshot
screenshot
screenshot

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

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

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

                        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'"
}