Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Vad är Gmail™ Notifier?
Gmail™ Notifier är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
Tilläggsskärmbilder
Ladda ner Gmail™ Notifier-förlängningens CRX-fil
Ladda ner Gmail™ Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| Beskrivning | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| Filstorlek | 12.77 KB |
| Antal Installationer | 12,792 |
| Aktuell Version | 0.0.6 |
| Senast Uppdaterad | 2016-07-12 |
| Publiceringsdatum | 2016-07-12 |
| Betyg | 3.83/5 Totalt 24 Betyg |
| Utvecklare | BrowserNative |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://browsernative.com/gmail-notifier/ |
| Hjälpsida URL | http://browsernative.com/gmail-notifier/ |
| URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
| Stödda Språk | 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"
}
} | |