Notifications and More for Outlook Web App

Display email count on the Outlook web app icon and adds some handy shortcuts

ما هو Notifications and More for Outlook Web App؟

Notifications and More for Outlook Web App هو إضافة Chrome تم تطويرها بواسطة James Hickmott، والميزة الرئيسية لها هي "Display email count on the Outlook web app icon and adds some handy shortcuts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Notifications and More for Outlook Web App

قم بتنزيل ملفات الامتداد Notifications and More for Outlook Web App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open

You must install Outlook as a chrome web app

SHORTCUTS
Ctrl+Shift+A - Select all emails in a conversation                    

معلومات أساسية عن التمديد

الاسم Notifications and More for Outlook Web App Notifications and More for Outlook Web App
ID aldmgmgmjomckcjljebhedkkgbjodbih
عنوان URL الرسمي https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih
الوصف Display email count on the Outlook web app icon and adds some handy shortcuts
حجم الملف 57.1 KB
عدد التثبيتات 1,655
النسخة الحالية 1.4
آخر تحديث 2022-01-19
تاريخ النشر 2021-08-10
تقييم 2.00/5 مجموع تقييمات 4
المطور James Hickmott
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifications and More for Outlook Web App",
    "description": "Display email count on the Outlook web app icon and adds some handy shortcuts",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/outlook.office.com\/*"
            ],
            "js": [
                "jquery.1.11.1.min.js",
                "background.js"
            ]
        }
    ]
}