1 Click Filters for Gmail

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

Hvad er 1 Click Filters for Gmail?

1 Click Filters for Gmail er en Chrome-udvidelse udviklet af leofree, og dens hovedfunktion er "Easily add new filter rules in Gmail to clean up your inbox.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download 1 Click Filters for Gmail-udvidelses-CRX-fil

Download 1 Click Filters for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
Officiel URL https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Beskrivelse Easily add new filter rules in Gmail to clean up your inbox.
Filstørrelse 17.43 KB
Antal Installationer 30
Nuværende Version 1.0.2
Senest Opdateret 2023-10-05
Udgivelsesdato 2023-06-27
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler leofree
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}