Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
What is Gmail™ Notifier?
Gmail™ Notifier is a Chrome extension developed by BrowserNative, and its main feature is "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
Extension Screenshots
Download Gmail™ Notifier Extension CRX File
Download Gmail™ Notifier 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
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use. Visit homepage for more information: http://browsernative.com/gmail-notifier/
Extension Basic Information
Name | Gmail™ Notifier |
ID | chchfhampioeijdffegkhnpccchjbfpk |
Official URL | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
Description | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
File Size | 12.77 KB |
Installation Count | 12,792 |
Current Version | 0.0.6 |
Last Updated | 2016-07-12 |
Publish Date | 2016-07-12 |
Rating | 3.83/5 Total 24 Ratings |
Developer | BrowserNative |
[email protected] | |
Payment Type | free |
Extension Website | http://browsernative.com/gmail-notifier/ |
Help Page URL | http://browsernative.com/gmail-notifier/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail\u2122 Notifier", "description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.", "permissions": [ "storage", "notifications", "alarms", "https:\/\/mail.google.com\/" ], "version": "0.0.6", "homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png" } } |