Google Mail Notification Sound
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
What is Google Mail Notification Sound?
Google Mail Notification Sound is a Chrome extension developed by garyclarkson1952, and its main feature is "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".
Extension Screenshots
Download Google Mail Notification Sound Extension CRX File
Download Google Mail Notification Sound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.
Extension Basic Information
Name | Google Mail Notification Sound |
ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
Official URL | https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh |
Description | An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. |
File Size | 98.75 KB |
Installation Count | 686 |
Current Version | 4.4.0 |
Last Updated | 2020-12-26 |
Publish Date | 2020-12-26 |
Rating | 4.00/5 Total 3 Ratings |
Developer | garyclarkson1952 |
[email protected] | |
Payment Type | free |
Supported Languages | id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "gmail_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_gmailcheck_description__", "icons": { "128": "icon_128.png" }, "name": "__MSG_gmailcheck_name__", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.google.com\/" ], "version": "4.4.0", "manifest_version": 2 } |