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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add your UMN classes to your Google Calendar through MyU"।

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

screenshot
screenshot

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

crx प्रारूप में UMN Classes to Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
}