Google Mail Notification Sound

An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.

Что такое Google Mail Notification Sound?

Google Mail Notification Sound - это расширение Chrome, разработанное garyclarkson1952, и его основная функция - "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".

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

screenshot

Скачать файл CRX расширения Google Mail Notification Sound

Скачайте файлы расширений Google Mail Notification Sound в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.                    

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

Название Google Mail Notification Sound Google Mail Notification Sound
ID pbkplelomfmahlbhpekhcgebnhgknhjh
Официальный URL https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh
Описание An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Размер файла 98.75 KB
Количество установок 686
Текущая Версия 4.4.0
Последнее Обновление 2020-12-26
Дата публикации 2020-12-26
Рейтинг 4.00/5 Всего 3 оценок
Разработчик garyclarkson1952
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "gmail_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_gmailcheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "__MSG_gmailcheck_name__",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.google.com\/"
    ],
    "version": "4.4.0",
    "manifest_version": 2
}