UVICalendar

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

UVICalendar là gì?

UVICalendar là một tiện ích mở rộng Chrome được phát triển bởi maxwellborden, và tính năng chính của nó là "Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UVICalendar

Tải xuống các tệp mở rộng UVICalendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UVICalendar UVICalendar
ID idopbebpfleclhkdjmppmhgmlpdhlmlj
URL Chính Thức https://chromewebstore.google.com/detail/uvicalendar/idopbebpfleclhkdjmppmhgmlpdhlmlj
Mô tả Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-11-08
Ngày Phát Hành 2018-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển maxwellborden
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Tacklebox/uvicalendar/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}