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 |
公式URL | 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" ] } ] } |