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 |
公式URL | 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 |
Eメール | [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*" ] } |