Gmail Inbox Zero by cloudHQ
Focus mode for Gmail - solution for Inbox Zero
Gmail Inbox Zero by cloudHQคืออะไร?
Gmail Inbox Zero by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gmail-inbox-zero.com และคุณลักษณะหลักของมันคือ "Focus mode for Gmail - solution for Inbox Zero"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Inbox Zero by cloudHQ
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Inbox Zero by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dealing with the high volume of emails that many of us receive on a daily basis can be a challenging task. This extension helps you manage the overwhelming amount of emails in your Gmail inbox by simplifying the interface and allowing you to focus on the task at hand. With just a few clicks, you can remove distractions and quickly clean up your inbox to achieve the coveted goal of "inbox zero." ~~~~~~~~~~~ How to use this extension: To use the extension, simply click the cloudHQ icon in the upper right corner of your Gmail and select "Turn Simple View ON." When you're finished organizing your inbox, click "Close Simple View." ~~~~~~~~~~~ Here are some tips for achieving inbox zero: ✅ If an email can be answered in a few minutes or less, do it right away. ✅ If the email contains information you'll need to refer to later or doesn't require a response, archive it. ✅ If the email would be better handled by someone else, forward it and then archive it. ✅ If a response will take longer or require more work, use the snooze feature to defer it until a more convenient time, add it to your TODO label, or add it to Google Tasks. ✅ Once you've processed your inbox, you can then tackle emails in your TODO label or snoozed emails. ~~~~~~~~~~~ cloudHQ. Helping your productivity, 1 click at a time. cloudHQ website: https://www.cloudhq.net/ App website: https://www.gmail-inbox-zero.com/ Pricing: https://www.gmail-inbox-zero.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/gmail-inbox-zero/ Blog: https://blog.cloudhq.net
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail Inbox Zero by cloudHQ |
ID | oadlfcoffgcjbckkkgjgcffpknhhodoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-inbox-zero-by-cloud/oadlfcoffgcjbckkkgjgcffpknhhodoa |
คำอธิบาย | Focus mode for Gmail - solution for Inbox Zero |
ขนาดไฟล์ | 1012 KB |
จำนวนการติดตั้ง | 1,577 |
เวอร์ชันปัจจุบัน | 1.0.1.5 |
อัปเดตครั้งล่าสุด | 2023-11-27 |
วันที่เผยแพร่ | 2022-12-20 |
คะแนน | 5.00/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | https://gmail-inbox-zero.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gmail-inbox-zero.com/ |
URL หน้าช่วยเหลือ | https://support.cloudhq.net/category/browser-extensions/gmail-inbox-zero/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cloudhq.net/privacy |
ภาษาที่รองรับ | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDetail__", "version": "1.0.1.5", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/main_gmail_focus_mode.css", "stylesheets\/popover.css" ], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "background" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "stylesheets\/*", "icons\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*", "*:\/\/*.google.com\/*" ] } ], "icons": { "128": "icons\/gmail_focus_mode.png", "48": "icons\/gmail_focus_mode.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "action": { "default_icon": "icons\/gmail_focus_mode.png", "default_title": "__MSG_appName__" } } |