Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Vad är Unread count for Outlook?
Unread count for Outlook är en Chrome-tillägg utvecklad av Francois-Xavier Bonnet, och dess huvudfunktion är "A Chrome plugin to display Outlook unread messages count on the tab.".
Tilläggsskärmbilder
Ladda ner Unread count for Outlook-förlängningens CRX-fil
Ladda ner Unread count for Outlook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
Officiell webbadress | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Beskrivning | A Chrome plugin to display Outlook unread messages count on the tab. |
Filstorlek | 17.43 KB |
Antal Installationer | 735 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2021-10-08 |
Publiceringsdatum | 2019-07-24 |
Betyg | 3.00/5 Totalt 9 Betyg |
Utvecklare | Francois-Xavier Bonnet |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fxbonnet/unread-count-for-outlook |
Stödda Språk | 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*" ] } |