Unread count for Outlook

A Chrome plugin to display Outlook unread messages count on the tab.

Unread count for Outlookคืออะไร?

Unread count for Outlook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Francois-Xavier Bonnet และคุณลักษณะหลักของมันคือ "A Chrome plugin to display Outlook unread messages count on the tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unread count for Outlook

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

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

                        Just displays the Outlook unread count directly on the tab.
No setting required.
Supports multiple Outlook accounts opened in multiple tabs.

Once the plugin installed, just refresh the tab in order to see the unread count.                    

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

ชื่อ Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
คำอธิบาย A Chrome plugin to display Outlook unread messages count on the tab.
ขนาดไฟล์ 17.43 KB
จำนวนการติดตั้ง 735
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-10-08
วันที่เผยแพร่ 2019-07-24
คะแนน 3.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Francois-Xavier Bonnet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fxbonnet/unread-count-for-outlook
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unread count for Outlook",
    "manifest_version": 2,
    "version": "2.1",
    "description": "A Chrome plugin to display Outlook unread messages count on the tab.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/owa\/*",
                "https:\/\/*.outlook.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/*.office.com\/*",
                "https:\/\/*\/mail\/inbox*"
            ],
            "js": [
                "favico-0.3.10.min.js",
                "unread-count-for-outlook.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/owa\/*",
        "https:\/\/*.outlook.com\/*",
        "https:\/\/outlook.live.com\/*",
        "https:\/\/*.office.com\/*",
        "https:\/\/*\/mail\/inbox*"
    ]
}