Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Что такое Gmail app badge notification?
Gmail app badge notification - это расширение Chrome, разработанное Domenico Gemoli, и его основная функция - "Show badge notifications in the taskbar when using Gmail as an app".
Снимки экрана расширения
Скачать файл CRX расширения Gmail app badge notification
Скачайте файлы расширений Gmail app badge notification в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Setup: 1. Install the extension 2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window". 3. Open the newly installed app. Troubleshooting: https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Основная информация о расширении
Название | Gmail app badge notification |
ID | fbaolhbfbmniffcokakochjjeccpcpkh |
Официальный URL | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
Описание | Show badge notifications in the taskbar when using Gmail as an app |
Размер файла | 11.68 KB |
Количество установок | 7,141 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2023-12-06 |
Дата публикации | 2020-05-21 |
Рейтинг | 4.81/5 Всего 16 оценок |
Разработчик | Domenico Gemoli |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/aberonni/gmail-app-badge-notification |
URL страницы помощи | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail app badge notification", "version": "1.1.0", "manifest_version": 3, "description": "Show badge notifications in the taskbar when using Gmail as an app", "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mail.google.com\/mail\/*" ], "js": [ "content.js" ] } ] } |