Mail Checker for Outlook

Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.

Что такое Mail Checker for Outlook?

Mail Checker for Outlook - это расширение Chrome, разработанное Levente Szabó, и его основная функция - "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".

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

screenshot

Скачать файл CRX расширения Mail Checker for Outlook

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

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

                        !!! NOTE:
Only users with organizational account (Azure AD) can use this.

This extenstion is not endorsed or administered by or associated with Microsoft Corporation.
Outlook is a registered trademark of the Microsoft Corporation.                    

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

Название Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
Официальный URL https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
Описание Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Размер файла 34.38 KB
Количество установок 5,857
Текущая Версия 1.0.3
Последнее Обновление 2021-03-22
Дата публикации 2020-04-11
Рейтинг 2.48/5 Всего 23 оценок
Разработчик Levente Szabó
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "utils.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16px.png",
        "32": "images\/icon_32px.png",
        "48": "images\/icon_48px.png",
        "128": "images\/icon_128px.png"
    },
    "browser_action": {
        "default_icon": "images\/notLoggedInIcon.png",
        "default_popup": "popup\/html\/NotLoggedInPopup.html"
    },
    "name": "Mail Checker for Outlook",
    "description": "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.",
    "permissions": [
        "alarms",
        "tabs",
        "contextMenus",
        "webNavigation",
        "identity",
        "https:\/\/graph.microsoft.com\/v1.0\/me\/mailFolders\/inbox",
        "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token"
    ],
    "version": "1.0.3",
    "manifest_version": 2
}