UVICalendar

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

UVICalendar क्या है?

UVICalendar maxwellborden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export your detailed schedule as an iCal file for easy importing into Google Calendar or other major calendar applications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UVICalendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}