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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |