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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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