UMN Classes to Calendar

Add your UMN classes to your Google Calendar through MyU

UMN Classes to Calendarとは何ですか?

UMN Classes to Calendarはhttp://brodenwanner.comによって開発されたChromeの拡張機能で、その主な機能は「Add your UMN classes to your Google Calendar through MyU」です。

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

screenshot
screenshot

UMN Classes to Calendar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more meticulously adding your class schedule to your calendar manually! This extension adds a button to your UMN MyU class calendar that allows you to quickly add your class schedule to your Google Calendar or export it to any other calendar. Simply install the extension, go to the "Academics" tab in MyU, and click on the "Add to Google Calendar" button. You can then choose to add it to a new or existing calendar, and you're done!                    

拡張機能の基本情報

名前 UMN Classes to Calendar UMN Classes to Calendar
ID hgdfmecgpajmoeionaieooohpbkibaen
公式URL https://chrome.google.com/webstore/detail/hgdfmecgpajmoeionaieooohpbkibaen
説明 Add your UMN classes to your Google Calendar through MyU
ファイルサイズ 108 KB
インストール数 540
現在のバージョン 1.1.2
最終更新日 2021-08-23
公開日 2020-09-07
評価 5.00/5 合計 1 レビュー
開発者 http://brodenwanner.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://umnclassestocalendar.com
ヘルプページのURL https://github.com/broden-wanner/classes-to-calendar/issues
プライバシーポリシーページのURL https://classestocalendar.brodenwanner.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "UMN Classes to Calendar",
    "name": "UMN Classes to Calendar",
    "description": "Add your UMN classes to your Google Calendar through MyU",
    "version": "1.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "192": "icons\/android-chrome-192x192.png",
        "512": "icons\/android-chrome-512x512.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "*:\/\/*.myu.umn.edu\/*",
        "*:\/\/classestocalendar.brodenwanner.com\/*",
        "*:\/\/*.umnclassestocalendar.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.myu.umn.edu\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": []
}