Notifications and More for Outlook Web App
Display email count on the Outlook web app icon and adds some handy shortcuts
Notifications and More for Outlook Web Appとは何ですか?
Notifications and More for Outlook Web AppはJames Hickmottによって開発されたChromeの拡張機能で、その主な機能は「Display email count on the Outlook web app icon and adds some handy shortcuts」です。
拡張機能のスクリーンショット
Notifications and More for Outlook Web App拡張機能のCRXファイルをダウンロード
Notifications and More for Outlook Web App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open You must install Outlook as a chrome web app SHORTCUTS Ctrl+Shift+A - Select all emails in a conversation
拡張機能の基本情報
名前 | Notifications and More for Outlook Web App |
ID | aldmgmgmjomckcjljebhedkkgbjodbih |
公式URL | https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih |
説明 | Display email count on the Outlook web app icon and adds some handy shortcuts |
ファイルサイズ | 57.1 KB |
インストール数 | 1,655 |
現在のバージョン | 1.4 |
最終更新日 | 2022-01-19 |
公開日 | 2021-08-10 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | James Hickmott |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifications and More for Outlook Web App", "description": "Display email count on the Outlook web app icon and adds some handy shortcuts", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/outlook.office.com\/*" ], "js": [ "jquery.1.11.1.min.js", "background.js" ] } ] } |