Highlight Emails in Gmail by cloudHQ
Highlight Email Rows in Gmail
Highlight Emails in Gmail by cloudHQ là gì?
Highlight Emails in Gmail by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.highlight-emails.com, và tính năng chính của nó là "Highlight Email Rows in Gmail".
Ả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 Highlight Emails in Gmail by cloudHQ
Tải xuống các tệp mở rộng Highlight Emails in Gmail by cloudHQ 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
Color code email rows in Gmail to visually organize them. ✅ Select from a choice of calming or bright colors. ✅ Adjust background color based on email status, such as read/unread or selected. ✅ Customize the background color highlight depending on the sender’s email domain. ✅ Focus mode minimizes distractions, specifically designed to assist individuals with neurodevelopmental disorders to more easily navigate, read, and concentrate. In short, with this extension you can inbox customization through color-coding, allowing users to visually categorize emails. For example, assigning the color red to emails from security domains like [email protected] enhances the ability to quickly spot and prioritize critical alerts or notifications, streamlining inbox management and efficiency. Imagine having all your emails from clients, vendors, or internal company emails neatly color-highlighted. It's like having a personalized filing system right in your inbox. You'll easily spot emails that need your attention, while also decluttering your digital workspace. This is a game changer for anyone dealing with heaps of emails daily. This app isn't just about managing your inbox; it's about managing your time and focus too. There's even a unique "Focus Mode" that works when you hover over an email. That email stands out while everything else recedes into the background. All other emails gray out, removing distractions and letting you zero in on that single email. It's the visual equivalent of noise-canceling headphones for your inbox. This way, you can devote your full attention to each email in turn, without missing any important details. Perfect for anyone who needs a little help focusing amidst the constant barrage of incoming emails. Focus Mode is more than a feature, it's a way to reclaim control over your digital environment. ~~~~ Instructions for Use ~~~~ 1. Install the extension. 2. You can get started now by clicking on: - The cloudHQ log on the top of your Gmail inbox - Click on "Highlight Emails" - Click on "Highlight Rows (ON/OFF)" to toggle the feature on and off 3. To activate the "Focus Mode," just toggle "Reading Focus (ON/OFF)" to enable distraction-free reading. 4. To disable, toggle the feature off. cloudHQ website: https://www.cloudhq.net/ App website: https://www.highlight-emails.com Pricing: https://www.highlight-emails.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/highlight-emails/ FAQ page: https://support.cloudhq.net/highlight-emails-faq-frequently-asked-questions/ Blog: https://blog.cloudhq.net
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlight Emails in Gmail by cloudHQ |
ID | cnolfepmniiiapbenelaofkgcfoaenih |
URL Chính Thức | https://chromewebstore.google.com/detail/highlight-emails-in-gmail/cnolfepmniiiapbenelaofkgcfoaenih |
Mô tả | Highlight Email Rows in Gmail |
Kích Thước Tệp | 1.09 MB |
Số Lần Cài Đặt | 6,429 |
Phiên Bản Hiện Tại | 1.0.1.21 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2023-07-03 |
Đánh Giá | 4.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://www.highlight-emails.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.highlight-emails.com |
URL Trang Trợ Giúp | https://support.cloudhq.net/category/browser-extensions/highlight-emails/ |
URL Trang Chính Sách Bảo Mật | https://www.cloudhq.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlight Emails in Gmail by cloudHQ", "description": "Highlight Email Rows in Gmail", "version": "1.0.1.21", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/popover.css" ], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "background", "tabs" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*" ] } ], "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "action": { "default_icon": "icons\/gmail_row_highlighter.png", "default_title": "Gmail Row Highlighter by cloudHQ" } } |