Mail Checker for Outlook

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

Wat is Mail Checker for Outlook?

Mail Checker for Outlook is een Chrome-extensie ontwikkeld door Levente Szabó, en de belangrijkste functie is "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mail Checker for Outlook

Download Mail Checker for Outlook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
Officiële URL https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
Beschrijving Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Bestandsgrootte 34.38 KB
Aantal Installaties 5,857
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-03-22
Publicatiedatum 2020-04-11
Beoordeling 2.48/5 Totaal 23 Beoordelingen
Ontwikkelaar Levente Szabó
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}