Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Co je Gmail™ Notifier?
Gmail™ Notifier je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail™ Notifier
Stáhněte si soubory rozšíření Gmail™ Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/ Základní Informace o Rozšíření
| Název | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| Oficiální URL | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| Popis | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| Velikost souboru | 12.77 KB |
| Počet instalací | 12,792 |
| Aktuální Verze | 0.0.6 |
| Poslední Aktualizace | 2016-07-12 |
| Datum Vydání | 2016-07-12 |
| Hodnocení | 3.83/5 Celkem 24 Hodnocení |
| Vývojář | BrowserNative |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | http://browsernative.com/gmail-notifier/ |
| URL Stránky Nápovědy | http://browsernative.com/gmail-notifier/ |
| URL Stránky Zásad Ochrany Soukromí | https://browsernative.com/extensions-privacy-policy |
| Podporované Jazyky | 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"
}
} | |