Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Hvad er Gmail™ Notifier?
Gmail™ Notifier er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
Udvidelsesskærmbilleder
Download Gmail™ Notifier-udvidelses-CRX-fil
Download Gmail™ Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| Officiel URL | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| Beskrivelse | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| Filstørrelse | 12.77 KB |
| Antal Installationer | 12,792 |
| Nuværende Version | 0.0.6 |
| Senest Opdateret | 2016-07-12 |
| Udgivelsesdato | 2016-07-12 |
| Bedømmelse | 3.83/5 Samlet 24 Bedømmelser |
| Udvikler | BrowserNative |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://browsernative.com/gmail-notifier/ |
| Hjælpeside-URL | http://browsernative.com/gmail-notifier/ |
| URL til Fortrolighedspolitik Side | https://browsernative.com/extensions-privacy-policy |
| Understøttede Sprog | 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"
}
} | |