Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Hvad er Unread count for Outlook?
Unread count for Outlook er en Chrome-udvidelse udviklet af Francois-Xavier Bonnet, og dens hovedfunktion er "A Chrome plugin to display Outlook unread messages count on the tab.".
Udvidelsesskærmbilleder
Download Unread count for Outlook-udvidelses-CRX-fil
Download Unread count for Outlook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
Officiel URL | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Beskrivelse | A Chrome plugin to display Outlook unread messages count on the tab. |
Filstørrelse | 17.43 KB |
Antal Installationer | 735 |
Nuværende Version | 2.1 |
Senest Opdateret | 2021-10-08 |
Udgivelsesdato | 2019-07-24 |
Bedømmelse | 3.00/5 Samlet 9 Bedømmelser |
Udvikler | Francois-Xavier Bonnet |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/fxbonnet/unread-count-for-outlook |
Understøttede Sprog | 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*" ] } |