Mail Checker for Outlook
Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
Qu'est-ce que Mail Checker for Outlook ?
Mail Checker for Outlook est une extension Chrome développée par Levente Szabó, et sa fonction principale est "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mail Checker for Outlook
Téléchargez les fichiers d'extension Mail Checker for Outlook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
!!! NOTE: Only users with organizational account (Azure AD) can use this. This extenstion is not endorsed or administered by or associated with Microsoft Corporation. Outlook is a registered trademark of the Microsoft Corporation.
Informations de Base sur l'Extension
Nom | Mail Checker for Outlook |
ID | cjbkbbjggdnlcbomblebkobkleanbmkk |
URL Officiel | https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk |
Description | Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox. |
Taille du Fichier | 34.38 KB |
Nombre d'Installations | 5,857 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-03-22 |
Date de Publication | 2020-04-11 |
Évaluation | 2.48/5 Total 23 Évaluations |
Développeur | Levente Szabó |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "utils.js" ] }, "icons": { "16": "images\/icon_16px.png", "32": "images\/icon_32px.png", "48": "images\/icon_48px.png", "128": "images\/icon_128px.png" }, "browser_action": { "default_icon": "images\/notLoggedInIcon.png", "default_popup": "popup\/html\/NotLoggedInPopup.html" }, "name": "Mail Checker for Outlook", "description": "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.", "permissions": [ "alarms", "tabs", "contextMenus", "webNavigation", "identity", "https:\/\/graph.microsoft.com\/v1.0\/me\/mailFolders\/inbox", "https:\/\/login.microsoftonline.com\/common\/oauth2\/v2.0\/token" ], "version": "1.0.3", "manifest_version": 2 } |