1 Click Filters for Gmail

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

1 Click Filters for Gmail là gì?

1 Click Filters for Gmail là một tiện ích mở rộng Chrome được phát triển bởi leofree, và tính năng chính của nó là "Easily add new filter rules in Gmail to clean up your inbox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 1 Click Filters for Gmail

Tải xuống các tệp mở rộng 1 Click Filters for Gmail 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
URL Chính Thức https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Mô tả Easily add new filter rules in Gmail to clean up your inbox.
Kích Thước Tệp 17.43 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-10-05
Ngày Phát Hành 2023-06-27
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển leofree
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}