Mail Checker for Outlook
Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.
O que é Mail Checker for Outlook?
Mail Checker for Outlook é uma extensão do Chrome desenvolvida por Levente Szabó, e sua principal característica é "Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mail Checker for Outlook
Baixe arquivos de extensão Mail Checker for Outlook no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
!!! 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.
Informações Básicas da Extensão
Nome | Mail Checker for Outlook |
ID | cjbkbbjggdnlcbomblebkobkleanbmkk |
URL Oficial | https://chromewebstore.google.com/detail/mail-checker-for-outlook/cjbkbbjggdnlcbomblebkobkleanbmkk |
Descrição | Displays the number of unread messages in your Outlook inbox. You can also click the button to open your inbox. |
Tamanho do Arquivo | 34.38 KB |
Contagem de Instalações | 5,857 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-03-22 |
Data de Publicação | 2020-04-11 |
Classificação | 2.48/5 Total de 23 Avaliações |
Desenvolvedor | Levente Szabó |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |