Badge Notifications for Gmail PWA

A tool to add a pending notification app badge (tested on Chrome OS)

Что такое Badge Notifications for Gmail PWA?

Badge Notifications for Gmail PWA - это расширение Chrome, разработанное iamacarpet, и его основная функция - "A tool to add a pending notification app badge (tested on Chrome OS)".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Badge Notifications for Gmail PWA

Скачайте файлы расширений Badge Notifications for Gmail PWA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Show badge notifications in the dock/shelf when using Gmail as an app (PWA).

PWA badge notifications are supported on Windows, macOS and ChromeOS:

https://chromestatus.com/feature/6068482055602176                    

Основная информация о расширении

Название Badge Notifications for Gmail PWA Badge Notifications for Gmail PWA
ID ddkjoljjbgpkohjghilljalfblkcleep
Официальный URL https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep
Описание A tool to add a pending notification app badge (tested on Chrome OS)
Размер файла 8.77 KB
Количество установок 23
Текущая Версия 1.2
Последнее Обновление 2023-07-12
Дата публикации 2023-07-05
Рейтинг 5.00/5 Всего 3 оценок
Разработчик iamacarpet
Электронная почта sam@melroseandco.uk
Тип оплаты free
Официальный сайт расширения https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Badge Notifications for Gmail PWA",
    "version": "1.2",
    "description": "A tool to add a pending notification app badge (tested on Chrome OS)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}