1 Click Filters for Gmail

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

Cos'è 1 Click Filters for Gmail?

1 Click Filters for Gmail è un'estensione di Chrome sviluppata da leofree, e la sua funzione principale è "Easily add new filter rules in Gmail to clean up your inbox.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 1 Click Filters for Gmail

Scarica i file di estensione 1 Click Filters for Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
URL Ufficiale https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Descrizione Easily add new filter rules in Gmail to clean up your inbox.
Dimensione del File 17.43 KB
Conteggio Installazioni 30
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-10-05
Data di Pubblicazione 2023-06-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore leofree
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}