USC course watcher

Add an indicator to your chrome and quickly notified when there is opening for your class

USC course watcher là gì?

USC course watcher là một tiện ích mở rộng Chrome được phát triển bởi Decheol Jeong, và tính năng chính của nó là "Add an indicator to your chrome and quickly notified when there is opening for your class".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng USC course watcher

Tải xuống các tệp mở rộng USC course watcher 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

                        Are you wasting your time by constantly checking if a class you want to register is available or not? USC Course Watcher is here to help you! Simply add a real time green/red indicator to your chrome to easily check the class availability without having to manually check it yourself. You will also get a notification just in case you miss the change of indicator status.
  
Watch you class easily by selecting the department name and providing the section number for the class.  If at least one of the classes you registered to USC Course Watcher is available, it will send you a notification instantly. Are you worried that you might miss the notification form us? Don't worry! The icon image of this extension is a red/green indicator showing the real time status of your watched courses to make it easy to manually check the status. If the icon image is green, it means at least one of your watched courses has opening, and all you have to do is register this class using USC registration system!

USC Course Watcher automatically scrapes and sync data from classes.usc.edu regularly every 15 seconds. So all you have to do is select the class you want to register and do whatever you want to do on chrome. 

Tips:
-If  your wifi connection is week or slow, please patiently wait until your watched course list show up.
-You can delete your watched list by clicking the "Delete" button next to the each class list.  
-After installing this extension, go to the "Register course" section to add a class to the watched list. 
-After selecting department using the drop down menu, provide the section number for the class. 
-You can find the section id for your class by clicking "Click here to find section id" in the "Register course" tab. It will redirect you to the USC Class of Schedule website where you can easily identify the course section number. 

Warning: 
Apparently, the official USC Class of Schedule website is not updated instantly as the USC registration system. Since all the data of this extension is scraped from the USC Class of Schedule website, it won't be able to tell you about class opening until the USC Class of Schedule website is updated. 

Something went wrong? Have you found some bugs? I would be happy to hear about it. Email me at [email protected] to contact me!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên USC course watcher USC course watcher
ID dpkcmpfeohfppbgflelbkemojphgjdhf
URL Chính Thức https://chromewebstore.google.com/detail/usc-course-watcher/dpkcmpfeohfppbgflelbkemojphgjdhf
Mô tả Add an indicator to your chrome and quickly notified when there is opening for your class
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 705
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2015-07-13
Ngày Phát Hành 2015-07-12
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Decheol Jeong
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "USC course watcher",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "short_name": "USC Course Watcher",
    "version": "2.8",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' ",
    "description": "Add an indicator to your chrome and quickly notified when there is opening for your class",
    "icons": {
        "48": "images\/watcher.png",
        "128": "images\/watcher.png"
    },
    "web_accessible_resources": [
        "images\/watcher.png"
    ],
    "browser_action": {
        "default_icon": "images\/watcher.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/classes.usc.edu\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "alarms"
    ]
}