The Deployment Windows Extension give you access to some configuration to add alerts onto pages such as github.com and jira.com to notify and remind that some projects/code can only be deployed during certain hours of the day.
The extension aims to be flexible in what can be displayed however it is still a work in progress.
How to use the extension can be found here.
- run
npm install - run
npm run buildto compile - Go to
chrome://extensions/ - Toggle "Developer mode"
- Press "Load unpacked"
- Point to the
distfolder of this project and open - Extension will now be installed
To make changes to the application you should have webpack running in watch mode to compile on changes.
npm run watch
Now changes will automatically come through, for some things such as content changes you will still need to reload the extension and refresh the page to have them pull through - reloading can be done on the chrome://extensions/ page, via the "reload icon" in the extension card.
You can use
npm run package
This will compile the dist and then create a new package zip
Icons made by Nhor Phai from www.flaticon.com