UMich ScheduleMaker
Download an iCal file of your UMich Schedule!
UMich ScheduleMaker란 무엇입니까?
UMich ScheduleMaker은(는) Sid Pagariya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download an iCal file of your UMich Schedule!"입니다.
확장 프로그램 스크린샷
UMich ScheduleMaker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
==== WINTER 2021 NOW SUPPORTED THROUGH STUDENT CENTER AND SCHEDULE BUILDER SUPPORTED ==== This is a simple tool to export your University of Michigan Schedule to an iCal file. You can use it on Student Center Homepage or in Schedule Builder as shown in the screenshots by simply clicking the extension icon when the page is done loading. Custom themed Wolverine Access (As shown in the first screenshot) extension called "Wolverify" also available!
확장 프로그램 기본 정보
이름 | |
ID | andfmpjcioflbnlgbpjbckhgdlhhkega |
공식 URL | https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega |
설명 | Download an iCal file of your UMich Schedule! |
파일 크기 | 94.06 KB |
설치 횟수 | 127 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2020-12-13 |
출시 날짜 | 2020-04-30 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Sid Pagariya |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/sidpagariya/MProjects/issues/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UMich ScheduleMaker", "version": "1.4.1", "description": "Download an iCal file of your UMich Schedule!", "icons": { "16": "icons\/ScheduleMaker-16x16.png", "32": "icons\/ScheduleMaker-32x32.png", "64": "icons\/ScheduleMaker-64x64.png", "128": "icons\/ScheduleMaker-128x128.png" }, "page_action": { "default_icon": "icons\/ScheduleMaker-32x32.png", "default_title": "UMich Schedule to iCal" }, "permissions": [ "tabs", "downloads", "declarativeContent", "https:\/\/csprod.dsc.umich.edu\/*", "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/*", "https:\/\/umich.collegescheduler.com\/*" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/ical.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/SA_LEARNER_SERVICES.SSS_STUDENT_CENTER.GBL", "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/Schedule.html", "https:\/\/umich.collegescheduler.com\/*" ], "js": [ "js\/jquery.min.js", "js\/ical.min.js", "js\/content.js" ] } ], "manifest_version": 2 } |