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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sultan และคุณลักษณะหลักของมันคือ "Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyNevada Schedule Downloader

ดาวน์โหลดไฟล์ส่วนขยาย MyNevada Schedule Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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