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开发的Chrome扩展程序,该扩展的主要功能是“Download your University of Nevada, Reno (UNR) class schedule from your MyNevada student portal and import it to any calendar apps.”。
扩展截图
下载MyNevada Schedule Downloader扩展crx文件
下载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 |
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" ] } ] } |