jaredpavan / OWA-Unread-Message-Count

One of the most annoying things about the Outlook Web App is the fact that you have to navigate to the page's tab to check how many unread messages you have in your inbox. This extension appends the unread message count to the Outlook Web App's tab text.
0 stars 1 forks source link

Add an option to configure the frequence of update check. #6

Open bgillis opened 10 years ago

bgillis commented 10 years ago

The frequence is currently hardcoded in the greasemonkey script (every second: 1000 ms).

Depending on your usage of OWA, this value might be a bit to much. Adding a configurable option to the add-on will be definitely useful (eg. update frequency in seconds).

jaredpavan commented 10 years ago

Enabling variable inputs and interface is another beast, but I definitely want to do this. I'm also going to add the option to set custom color codes for the number/color.

bgillis commented 10 years ago

Excellent !

Adding the counter to the favicon is already a huge step forward. Configurable options will take this add-on to the next level ;-)