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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}