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
Eメール [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'"
}