Are you tired of needing to check the availability of an OSU class with no waitlist? Look no further! This extension allows the OSU students to be notified by email when a spot opens up in a course that they want to track!
After you log in, all it takes is one button click to be signed up to receive an email when a course you are tracking has a spot for you.
The extension is not currently published and is undergoing development before the first version is published. If you would still like to see the current state of the extension here are the steps you can take:
-
Clone the Repo with
git clone
-
Navigate to the
./extension
folder and install project dependencies withnpm install
-
Build the extension with
npm start
. This should generate a "dist" folder. -
Copy and paste the
chrome://extensions/
URL on your Google Chrome search bar. -
Click the "Load Unpacked" button on the top left of your screen.
-
Navigate to your local version of the repository and click on the "dist" folder.
-
You're all set!