Mail Checker for Outlook

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

Co je Mail Checker for Outlook?

Mail Checker for Outlook je rozšíření Chrome vyvinuté Levente Szabó, a jeho hlavní funkcí je „Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mail Checker for Outlook

Stáhněte si soubory rozšíření Mail Checker for Outlook ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        !!! 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.                    

Základní Informace o Rozšíření

Název Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
Oficiální URL https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
Popis Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Velikost souboru 34.38 KB
Počet instalací 5,857
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-03-22
Datum Vydání 2020-04-11
Hodnocení 2.48/5 Celkem 23 Hodnocení
Vývojář Levente Szabó
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}