Notifications and More for Outlook Web App

Display email count on the Outlook web app icon and adds some handy shortcuts

Что такое Notifications and More for Outlook Web App?

Notifications and More for Outlook Web App - это расширение Chrome, разработанное James Hickmott, и его основная функция - "Display email count on the Outlook web app icon and adds some handy shortcuts".

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

screenshot

Скачать файл CRX расширения Notifications and More for Outlook Web App

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

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

                        Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open

You must install Outlook as a chrome web app

SHORTCUTS
Ctrl+Shift+A - Select all emails in a conversation                    

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

Название Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
Официальный URL https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
Описание Display email count on the Outlook web app icon and adds some handy shortcuts
Размер файла 57.1 KB
Количество установок 1,655
Текущая Версия 1.4
Последнее Обновление 2022-01-19
Дата публикации 2021-08-10
Рейтинг 2.00/5 Всего 4 оценок
Разработчик James Hickmott
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifications and More for Outlook Web App",
    "description": "Display email count on the Outlook web app icon and adds some handy shortcuts",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "jquery.1.11.1.min.js",
                "background.js"
            ]
        }
    ]
}