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 leofree द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add new filter rules in Gmail to clean up your inbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 1 Click Filters for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}