Email Taskbar/Dock Unread Badge
Add an unread email count badge to Outlook's** PWA icon on supported OS's taskbar's or dock's
Email Taskbar/Dock Unread Badge là gì?
Email Taskbar/Dock Unread Badge là một tiện ích mở rộng Chrome được phát triển bởi Ocfinity (Jared), và tính năng chính của nó là "Add an unread email count badge to Outlook's** PWA icon on supported OS's taskbar's or dock's".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Email Taskbar/Dock Unread Badge
Tải xuống các tệp mở rộng Email Taskbar/Dock Unread Badge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Note: I have added a new extension that merges the first 2 together, the Gmail and Outlook unread counts all in one extension. Please view my other extensions or you can find it at https://chrome.google.com/webstore/detail/multi-emailapp-taskbardoc/ipeimmibpbandhbpndfdbjpdodcjdbdo Disclaimer: The developer of this extension in no way claims to be associated with Google/Microsoft/Outlook. I acknowlegde that I do not own their respective trademarks. This extension was developed for personal use and shared for others to use, if they wish to. This extension adds an unread count badge to the taskbar/dock icon of a PWA* Outlook** app. The extension is still in its infancy, so please consider it when rating it. (Windows) How to install a PWA in Google** Chrome: 1. Navigate to the Outlook** URL, i.e. go to your Outlook** Inbox. 2. Click on the Google Chrome browser settings button, ⋮ . 3. Click on menu option, "More tools". 4. Click on sub-menu option, "Create shortcut..." 5. Name the shortcut, e.g. Outlook**. 6. (NB!) Ensure that you check/tick the checkbox labelled, "Open as window". 7. Once the new Outlook** window opens, remember to pin the PWA to your taskbar to ensure that the extension adds the unread count to the pinned icon on the taskbar. 8. Windows 10 and 11, ensure that the Taskbar setting, "Show badges on taskbar buttons", is toggled on (i.e., enabled) to allow the unread count badge to be shown on the Windows Taskbar. Once you have successfully made use of the extension, could you please rate it, and if you have any feedback, it will be appreciated too. As mentioned, this is still in the alpha stage of the extension and may have issues with reflecting an accurate count. If you find any bugs with the count reflected, please do share the scenario that may have triggered the incorrect count. I hope that this small extension helps you in some way, enjoy. * PWA, Progressive Web Application. ** The developer acknowledges that the trademarks are owned by their respective owners and in no way is associated with the developer of this extension. Updates: 2022-11-26 (0.1.6) - The previously named extension was taken down by the Chrome Web Store, due to a complaint received, “The app uses the trademarks of Microsoft Corporation without authorization. In this instance, the app uses the trademarks in the app's Title.” 2022-07-11 (0.1.6) - Removed the previous Calendar feature from being default enabled. If this feature is wanted, there is a checkbox in the extensions options that will enable it again, "No Badge on Calendar PWA: (Experimental)". It is experimental, as it causes the count badge to flash on and off. 2022-07-10 (0.1.5) - When viewing the "Calendar" in the PWA, the count is cleared for that window icon, i.e. no count badge is shown on the icon. To see the click on "Mail" to view your emails and the badge will display the updated count on the icon again. 2022-06-24 (0.1.4) - Added support for Outlook**.office.com 2022-06-14 (0.1.3) - Fixed the Options page not displaying the options correctly due to the page's collapsed height. - Improved overall script performance. 2022-05-05 (0.1.2) - Added the option menu ("Inbox count only") -- [Default] If unchecked/not ticked, will show the count of the Inbox unless it is not found or zero, in which case the extension looks for the next available folder count to be displayed on the PWA icon badge. -- If checked/ticked, only the Inbox count will be shown on the PWA Icon Badge 2022-04-26 (0.1.1) - Added support for Outlook** live mail and Outlook** office365 mail
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email Taskbar/Dock Unread Badge |
ID | lffolhkbihiajnigbnegpgfbdgapibfc |
URL Chính Thức | https://chromewebstore.google.com/detail/email-taskbardock-unread/lffolhkbihiajnigbnegpgfbdgapibfc |
Mô tả | Add an unread email count badge to Outlook's** PWA icon on supported OS's taskbar's or dock's |
Kích Thước Tệp | 35.23 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2023-01-05 |
Ngày Phát Hành | 2022-11-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Ocfinity (Jared) |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Taskbar\/Dock Unread Badge", "version": "0.1.6", "description": "Add an unread email count badge to Outlook's** PWA icon on supported OS's taskbar's or dock's", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/outlook.live.com\/mail\/*" ], "js": [ "content1.js" ] }, { "matches": [ "*:\/\/outlook.office365.com\/mail\/*" ], "js": [ "content1.js" ] }, { "matches": [ "*:\/\/outlook.office.com\/mail\/*" ], "js": [ "content1.js" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "icons": { "16": "\/images\/ocfinity16.png", "32": "\/images\/ocfinity32.png", "48": "\/images\/ocfinity64.png", "128": "\/images\/ocfinity128.png" } } |