Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
什麼是Unread count for Outlook?
Unread count for Outlook是由Francois-Xavier Bonnet開發的Chrome擴展程式,該擴展的主要功能是“A Chrome plugin to display Outlook unread messages count on the tab.”。
擴展截圖
下載Unread count for Outlook擴展crx文件
下載Unread count for Outlook擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
官方網址 | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
簡介 | A Chrome plugin to display Outlook unread messages count on the tab. |
檔案大小 | 17.43 KB |
安裝次數 | 735 |
目前版本 | 2.1 |
更新時間 | 2021-10-08 |
上架時間 | 2019-07-24 |
評分 | 3.00/5 共 9 次評分 |
開發者 | Francois-Xavier Bonnet |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/fxbonnet/unread-count-for-outlook |
支援的語言 | 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*" ] } |