MyNevada Schedule Downloader

Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.

MyNevada Schedule Downloader क्या है?

MyNevada Schedule Downloader Sultan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps."।

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

screenshot

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

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

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

                        Download your MyNevada class schedule from the University of Nevada, Reno (UNR) and import it to any calendar apps, such as Google Calendar and iCloud Calendar. Automatically syncs the days, times, and locations of all your classes.

How to use:
1. Go to your Student Center Dashboard.

2. Under "Academics" click the dropdown menu.

3. Click "Class Schedule".

4. Click the link to download the ".ics" file.

5. You can import the ".ics" file to any calendar apps!                    

एक्सटेंशन की मूल जानकारी

नाम MyNevada Schedule Downloader MyNevada Schedule Downloader
ID cggipbcggopfmlibmgcmefijngkjbife
आधिकारिक URL https://chromewebstore.google.com/detail/mynevada-schedule-downloa/cggipbcggopfmlibmgcmefijngkjbife
विवरण Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.
फ़ाइल का आकार 98.49 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-09-22
प्रकाशन तिथि 2018-09-22
डेवलपर Sultan
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyNevada Schedule Downloader",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "16": "icons\/icon16.png"
    },
    "author": "Rohman Sultan",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nevada.unr.edu\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.3.1.min.js",
                "ics.deps.min.js",
                "schedule.js",
                "content.js"
            ]
        }
    ]
}