Displays the number of unread messages in your Office365 Mail inbox. You can also click the button to open your inbox.
This extension is no longer available in the Chrome Web Store due to reasons
- Clone this repo
- Run the command from the project root npm install grunt manifest copy
- Go to the Chrome Extension Config page chrome://extensions/
- Click the Load unpacked extension... button
- Select the dist/unpacked directory inside the project root
- (Optionally) run grunt watch This will automatically re-run jshint, all unit tests, and rebuild the dist/unpacked directory. (note: you will still have to refresh the extension in Chrome to see any changes take effect)
Other useful grunt commands:
- grunt (will build and run all unit tests)
- grunt js-test-server (will start http server hosting test files, allowing you to run tests in your browser at localhost:8981)