Unread count for Outlook

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

Unread count for Outlook क्या है?

Unread count for Outlook Francois-Xavier Bonnet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome plugin to display Outlook unread messages count on the tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unread count for Outlook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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