Gmail Tabs by cloudHQ

Set Gmail labels or Gmail filters as tabs

Gmail Tabs by cloudHQคืออะไร?

Gmail Tabs by cloudHQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmailtabs.com และคุณลักษณะหลักของมันคือ "Set Gmail labels or Gmail filters as tabs"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Google automatically organizes Gmail labels alphabetically... 

Which can be time-consuming when scrolling through your labels in order to find the one you want. 

Cut the time you spend sorting through Gmail labels with our newest (and free!) email productivity tool, Gmail Tabs!

Gmail Tabs lets you customize Gmail to give you clear visibility (and easy access) to: 
- Your favorite Gmail Labels
- Common Gmail search queries, like:  receipts with attachments, or emails from your customers or boss

Key features:
✅ Add any query as a tab in Gmail
✅ Add tab with all emails in a label 
✅ Add tab with all emails in a label and sublabels
✅ Change font color of your tabs
✅ Change background color of your tabs
✅ Modify tabs descriptions and queries

Try it today, and start working smarter to save more time. 

How it works:

1) Install the extension.
2) Select a label or enter a search query
3) If you selected the label, in label menu select "Add to tabs" or "Add to tabs (including sublabels)"
4) If you entered the query, click on the "Add to tabs" button

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

Website: https://www.gmailtabs.com/
Pricing: FREE
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-tabs/
Blog: https://blog.cloudhq.net                    

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

ชื่อ Gmail Tabs by cloudHQ Gmail Tabs by cloudHQ
ID ckoglchhifaedlfjhnoaebnloipiepjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-tabs-by-cloudhq/ckoglchhifaedlfjhnoaebnloipiepjg
คำอธิบาย Set Gmail labels or Gmail filters as tabs
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 42,918
เวอร์ชันปัจจุบัน 1.0.0.8
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-05-13
คะแนน 4.46/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา https://www.gmailtabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gmailtabs.com
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/gmail-tabs/
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",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_tabs.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-3.3.1.min.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_tabs.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_tabs_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.8",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}