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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}