Gmail™ Notifier
Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Что такое Gmail™ Notifier?
Gmail™ Notifier - это расширение Chrome, разработанное BrowserNative, и его основная функция - "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".
Снимки экрана расширения
Скачать файл CRX расширения Gmail™ Notifier
Скачайте файлы расширений Gmail™ Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ Основная информация о расширении
| Название | |
| ID | chchfhampioeijdffegkhnpccchjbfpk |
| Официальный URL | https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk |
| Описание | Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab. |
| Размер файла | 12.77 KB |
| Количество установок | 12,792 |
| Текущая Версия | 0.0.6 |
| Последнее Обновление | 2016-07-12 |
| Дата публикации | 2016-07-12 |
| Рейтинг | 3.83/5 Всего 24 оценок |
| Разработчик | BrowserNative |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://browsernative.com/gmail-notifier/ |
| URL страницы помощи | http://browsernative.com/gmail-notifier/ |
| URL страницы политики конфиденциальности | https://browsernative.com/extensions-privacy-policy |
| Поддерживаемые языки | 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"
}
} | |