Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Co to jest Unread count for Outlook?
Unread count for Outlook to rozszerzenie Chrome opracowane przez Francois-Xavier Bonnet, a jego główną funkcją jest „A Chrome plugin to display Outlook unread messages count on the tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unread count for Outlook
Pobierz pliki rozszerzeń Unread count for Outlook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
Oficjalny URL | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Opis | A Chrome plugin to display Outlook unread messages count on the tab. |
Rozmiar pliku | 17.43 KB |
Liczba instalacji | 735 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-10-08 |
Data Publikacji | 2019-07-24 |
Ocena | 3.00/5 Łącznie 9 Oceny |
Deweloper | Francois-Xavier Bonnet |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/fxbonnet/unread-count-for-outlook |
Obsługiwane Języki | 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*" ] } |