Better CDCS
Making CDCS...Better
Better CDCS란 무엇입니까?
Better CDCS은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making CDCS...Better"입니다.
확장 프로그램 스크린샷
Better CDCS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***Looking for the safari or firefox version? Go to http://rochester.edu/registrar/course-scheduler/*** Want to see what your schedule will look like as you pick your classes? Want to be informed if you have two classes that conflict with each other? With the Better CDCS (course description, course search) extension the University of Rochester's course description page (https://cdcs.ur.rochester.edu/) will be new and improved. In the top right of the page a turn on/off button will appear allowing you to turn the extension on and off. After you turn the extension on every course with a valid time slot will have an "Add Course" button allowing you to add a course to your course list. Other courses on the page will automatically update to reflect any conflicts with courses on your list. Even when you close your browser or restart your computer your courses will be saved. New Feature! When you finish picking out your classes you can now export them to Google Calendar. Just click the calendar icon on the right side and follow the steps. Note - This is NOT a substitution for actually registering for classes. You still have to register through the registrar, this is mainly for scheduling purposes. Install Instructions: 1. Click the 'Add to Chrome' button in Google Chrome to install 2. Go to https://cdcs.ur.rochester.edu/ 3. Enjoy the convenience of looking for classes.
확장 프로그램 기본 정보
이름 | Better CDCS |
ID | adaiboomihahdddciolkcfhalmdnlneh |
공식 URL | https://chromewebstore.google.com/detail/better-cdcs/adaiboomihahdddciolkcfhalmdnlneh |
설명 | Making CDCS...Better |
파일 크기 | 95.56 KB |
설치 횟수 | 6,388 |
현재 버전 | 4.8.0 |
최근 업데이트 | 2013-06-18 |
출시 날짜 | 2013-06-18 |
평점 | 4.72/5 총 46 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rochester.edu/registrar/course-scheduler/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better CDCS", "version": "4.8.0", "manifest_version": 2, "description": "Making CDCS...Better", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "css": [ "awesomestyle.css" ], "js": [ "jquery.min.js", "awesomejs.js" ], "matches": [ "https:\/\/cdcs.ur.rochester.edu\/" ] } ], "homepage_url": "http:\/\/rochester.edu\/registrar\/course-scheduler\/", "background": "background.html" } |