Better CDCS
Making CDCS...Better
Better CDCS là gì?
Better CDCS là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Making CDCS...Better".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better CDCS
Tải xuống các tệp mở rộng Better CDCS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
***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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better CDCS |
ID | adaiboomihahdddciolkcfhalmdnlneh |
URL Chính Thức | https://chromewebstore.google.com/detail/better-cdcs/adaiboomihahdddciolkcfhalmdnlneh |
Mô tả | Making CDCS...Better |
Kích Thước Tệp | 95.56 KB |
Số Lần Cài Đặt | 6,388 |
Phiên Bản Hiện Tại | 4.8.0 |
Cập Nhật Lần Cuối | 2013-06-18 |
Ngày Phát Hành | 2013-06-18 |
Đánh Giá | 4.72/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://rochester.edu/registrar/course-scheduler/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |