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