Mail Checker for Outlook

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

Was ist Mail Checker for Outlook?

Mail Checker for Outlook ist eine Chrome-Erweiterung, die von Levente Szabó entwickelt wurde, und ihr Hauptmerkmal ist "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".

Erweiterungsscreenshots

screenshot

Mail Checker for Outlook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mail Checker for Outlook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
Offizielle URL https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
Beschreibung Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Dateigröße 34.38 KB
Installationsanzahl 5,857
Aktuelle Version 1.0.3
Letztes Update 2021-03-22
Veröffentlichungsdatum 2020-04-11
Bewertung 2.48/5 Insgesamt 23 Bewertungen
Entwickler Levente Szabó
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}