Mail Checker for Outlook

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

Vad är Mail Checker for Outlook?

Mail Checker for Outlook är en Chrome-tillägg utvecklad av Levente Szabó, och dess huvudfunktion är "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".

Tilläggsskärmbilder

screenshot

Ladda ner Mail Checker for Outlook-förlängningens CRX-fil

Ladda ner Mail Checker for Outlook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Mail Checker for Outlook Mail Checker for Outlook
ID cjbkbbjggdnlcbomblebkobkleanbmkk
Officiell webbadress https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk
Beskrivning Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Filstorlek 34.38 KB
Antal Installationer 5,857
Aktuell Version 1.0.3
Senast Uppdaterad 2021-03-22
Publiceringsdatum 2020-04-11
Betyg 2.48/5 Totalt 23 Betyg
Utvecklare Levente Szabó
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}