Sort Gmail Inbox by cloudHQ

Find an email in seconds with free preset filters

Sort Gmail Inbox by cloudHQคืออะไร?

Sort Gmail Inbox by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sort-gmail-inbox.com และคุณลักษณะหลักของมันคือ "Find an email in seconds with free preset filters"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort Gmail Inbox by cloudHQ

ดาวน์โหลดไฟล์ส่วนขยาย Sort Gmail Inbox by cloudHQ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find an email in seconds with these free preset filters

We know how much you hate having to spend time searching for email.
We hate it too! No more searching for the emails you need to find quickly—have the most popular filters set up in your Gmail label area so that you can easily find what you need in seconds.

With this free Chrome extension, you'll be able to sort your Gmail inbox by:
✅ Unread emails 
✅ Contacts who you need to respond back to
✅ Contacts who need to respond back to you
✅ Received Date organized by year, month, or exact date
✅ A specific person
✅ A specific company, like anyone with emails that have the domain "@youtube.com"
✅ Attachment size, and attachment type, too (no more searching for your presentation when you're about to present!)

You'll also be able to:
✅ Save your contacts' emails to a PDF doc for backing them up for safekeeping
✅ Save your contacts' emails in a Google Spreadsheet to view them easily as a report
✅ Set up SMS text alerts for when important contacts email you

If you're looking for a way to methodically work through your emails, this is the most effective way to get through them in an organized way that will help you get your work done, lightening bolt fast.

cloudHQ. Helping your productivity, 1 click at a time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sort Gmail Inbox by cloudHQ Sort Gmail Inbox by cloudHQ
ID jffbigpcmmmcdpglaahiobnhhockodmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sort-gmail-inbox-by-cloud/jffbigpcmmmcdpglaahiobnhhockodmj
คำอธิบาย Find an email in seconds with free preset filters
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.0.4
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2020-06-12
คะแนน 4.55/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา https://www.sort-gmail-inbox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sort-gmail-inbox.com/
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/sort-gmail-inbox/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "Sort Gmail Inbox by cloudHQ",
    "short_name": "Sort Gmail Inbox by cloudHQ",
    "description": "Find an email in seconds with free preset filters",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_smart_labels.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.4.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_smart_labels.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_smart_labels_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.4",
    "permissions": [
        "storage",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}