UVICalendar

Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.

UVICalendarとは何ですか?

UVICalendarはmaxwellbordenによって開発されたChromeの拡張機能で、その主な機能は「Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you are a University of Victoria student who would like to have their calendar automatically exported at the start of the semester with no fuss, this is your extension. Compatible with all major calendar applications. Automatically fills location, time, and class title. Title includes your section number. No more fumbling through the mobile version of mypage on the first midterm trying to figure out what section you are in. Simply navigate to your detailed timetable and click "export" in the top right. Import the calendar into your favourite app and enjoy the rest of your day!                    

拡張機能の基本情報

名前 UVICalendar UVICalendar
ID idopbebpfleclhkdjmppmhgmlpdhlmlj
公式URL https://chromewebstore.google.com/detail/uvicalendar/idopbebpfleclhkdjmppmhgmlpdhlmlj
説明 Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.
ファイルサイズ 119 KB
インストール数 40
現在のバージョン 1.0.2
最終更新日 2018-11-08
公開日 2018-11-08
評価 5.00/5 合計 1 レビュー
開発者 maxwellborden
支払い方法 free
ヘルプページのURL https://github.com/Tacklebox/uvicalendar/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UVICalendar",
    "version": "1.0.2",
    "description": "Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.",
    "icons": {
        "48": "icons\/uc-48.png",
        "96": "icons\/uc-96.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/uc-16.png",
            "32": "icons\/uc-32.png"
        },
        "default_title": "UVICalendar"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.uvic.ca\/BAN1P\/bwskfshd.P_CrseSchdDetl"
            ],
            "all_frames": true,
            "js": [
                "content-bundle.js"
            ]
        }
    ]
}