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