If you are feeling overwhelmed by the volume of email in your mailbox, you can probably include a link to this Gmail counter in your email signature, or in your website’s contact form, and it may deter people from sending you more messages. Or it will at least let them know how busy you are.
Gmail Counter for your Unread Messages
Here’s how you can publish your own Gmail counter to the world.- Click here to copy the Gmail counter script to your Google Drive.
- Go to Run -> doGet and click Authorize -> Grant Access to allow the script to read the count of unread messages in your Gmail mailbox.
- Go to File -> Manage Version and click the Save New Version button. Click OK.
- Go to Publish -> Deploy as web app and choose “Anyone, even anonymous” under “Who has access to this app.” Click the Deploy button.
While the above Google Script is basic and only display the unread count, advanced users may actually log this value in a spreadsheet daily (using automated triggers) and build a chart illustrating their email overload. Google Scripts cannot however be embedded inside web pages as IFRAMEs due to save-origin policies
No comments:
Post a Comment