1 Click Filters for Gmail

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

Co je 1 Click Filters for Gmail?

1 Click Filters for Gmail je rozšíření Chrome vyvinuté leofree, a jeho hlavní funkcí je „Easily add new filter rules in Gmail to clean up your inbox.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 1 Click Filters for Gmail

Stáhněte si soubory rozšíření 1 Click Filters for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
Oficiální URL https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Popis Easily add new filter rules in Gmail to clean up your inbox.
Velikost souboru 17.43 KB
Počet instalací 30
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-10-05
Datum Vydání 2023-06-27
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář leofree
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}