TerpCal

Sync up your UMD schedule with your Google Calendar

TerpCalとは何ですか?

TerpCalはxyurobertによって開発されたChromeの拡張機能で、その主な機能は「Sync up your UMD schedule with your Google Calendar」です。

拡張機能のスクリーンショット

screenshot

TerpCal拡張機能のCRXファイルをダウンロード

TerpCal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhance your academic experience with TerpCal, a Chrome extension designed to streamline your schedule management. Directly from your Testudo portal, effortlessly add, update, and delete your schedule into Google Calendar with just a click.                    

拡張機能の基本情報

名前 TerpCal TerpCal
ID lbbjnjbhnkjlncfmjhhmeamnfgekkgkd
公式URL https://chromewebstore.google.com/detail/terpcal/lbbjnjbhnkjlncfmjhhmeamnfgekkgkd
説明 Sync up your UMD schedule with your Google Calendar
ファイルサイズ 30 KB
インストール数 103
現在のバージョン 1.0
最終更新日 2024-01-22
公開日 2024-01-09
評価 5.00/5 合計 11 レビュー
開発者 xyurobert
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.robertxu.com/#/terpcal
プライバシーポリシーページのURL https://www.robertxu.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TerpCal",
    "version": "1.0",
    "description": "Sync up your UMD schedule with your Google Calendar",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.testudo.umd.edu\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "58685306669-ebmle6f74bovjl9up6vjhkmvsuqs4mvi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}