Display Unread Count in Tab for OWA

This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.

Display Unread Count in Tab for OWAคืออะไร?

Display Unread Count in Tab for OWA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jared Pavan และคุณลักษณะหลักของมันคือ "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Display Unread Count in Tab for OWA

ดาวน์โหลดไฟล์ส่วนขยาย Display Unread Count in Tab for OWA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not.

This extension works with the OWA URL format https://*/owa/*

Support the development of this extension via Bitcoin or Dogecoin (for transparency)!
Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1
Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Display Unread Count in Tab for OWA Display Unread Count in Tab for OWA
ID eelenpkmbodgopefpbdghdmbeakcfnhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc
คำอธิบาย This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
ขนาดไฟล์ 26.93 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2014-01-03
วันที่เผยแพร่ 2014-01-03
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Jared Pavan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pavanjared/OWA-Unread-Message-Count
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Unread Count in Tab for OWA",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*"
            ],
            "js": [
                "Unread_Count_OWA.user.js"
            ]
        }
    ]
}