Unread count for Outlook

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

Wat is Unread count for Outlook?

Unread count for Outlook is een Chrome-extensie ontwikkeld door Francois-Xavier Bonnet, en de belangrijkste functie is "A Chrome plugin to display Outlook unread messages count on the tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unread count for Outlook

Download Unread count for Outlook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unread count for Outlook Unread count for Outlook
ID jdkiibneihnhojkhlffdlpffimedpanm
Officiële URL https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm
Beschrijving A Chrome plugin to display Outlook unread messages count on the tab.
Bestandsgrootte 17.43 KB
Aantal Installaties 735
Huidige Versie 2.1
Laatst Bijgewerkt 2021-10-08
Publicatiedatum 2019-07-24
Beoordeling 3.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Francois-Xavier Bonnet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fxbonnet/unread-count-for-outlook
Ondersteunde Talen 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*"
    ]
}