1 Click Filters for Gmail

Easily add new filter rules in Gmail to clean up your inbox.

1 Click Filters for Gmailคืออะไร?

1 Click Filters for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leofree และคุณลักษณะหลักของมันคือ "Easily add new filter rules in Gmail to clean up your inbox."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1 Click Filters for Gmail

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

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

                        Simple 1 Click extension to add selected conversations to a filter.

📩😰 Too many newsletters polluting your inbox?
1. Select the conversations
2. Click on the extension 👉 it will add them all to a filter
3. Choose a label for the conversations and click save
✨

That's it! 
You can now finally relax with a clean inbox. 😌

You still receive the emails, they just don't land in your inbox anymore. 
Find them under the label you selected or by looking at all messages on the left.                    

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

ชื่อ 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
คำอธิบาย Easily add new filter rules in Gmail to clean up your inbox.
ขนาดไฟล์ 17.43 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-10-05
วันที่เผยแพร่ 2023-06-27
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา leofree
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "1 Click Filters for Gmail",
    "version": "1.0.2",
    "description": "Easily add new filter rules in Gmail to clean up your inbox.",
    "permissions": [
        "activeTab"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "postbox_48.png",
        "128": "postbox_128.png"
    }
}