UMD GCal Schedule Importer

Imports your UMD class schedule to Google Calendar.

什麼是UMD GCal Schedule Importer?

UMD GCal Schedule Importer是由https://timothychen.me開發的Chrome擴展程式,該擴展的主要功能是“Imports your UMD class schedule to Google Calendar.”。

擴展截圖

screenshot
screenshot
screenshot

下載UMD GCal Schedule Importer擴展crx文件

下載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
官方網址 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'"
}