Display Unread Count in Tab for OWA
This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
什麼是Display Unread Count in Tab for OWA?
Display Unread Count in Tab for OWA是由Jared Pavan開發的Chrome擴展程式,該擴展的主要功能是“This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.”。
擴展截圖
下載Display Unread Count in Tab for OWA擴展crx文件
下載Display Unread Count in Tab for OWA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not. This extension works with the OWA URL format https://*/owa/* Support the development of this extension via Bitcoin or Dogecoin (for transparency)! Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1 Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn
擴展基本資訊
名稱 | Display Unread Count in Tab for OWA |
ID | eelenpkmbodgopefpbdghdmbeakcfnhc |
官方網址 | https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc |
簡介 | This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab. |
檔案大小 | 26.93 KB |
安裝次數 | 163 |
目前版本 | 1.2.3 |
更新時間 | 2014-01-03 |
上架時間 | 2014-01-03 |
評分 | 3.88/5 共 8 次評分 |
開發者 | Jared Pavan |
付費類型 | free |
擴展官網 | https://github.com/pavanjared/OWA-Unread-Message-Count |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Display Unread Count in Tab for OWA", "manifest_version": 2, "version": "1.2.3", "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/owa\/*" ], "js": [ "Unread_Count_OWA.user.js" ] } ] } |