1 Click Filters for Gmail

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

Qu'est-ce que 1 Click Filters for Gmail ?

1 Click Filters for Gmail est une extension Chrome développée par leofree, et sa fonction principale est "Easily add new filter rules in Gmail to clean up your inbox.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 1 Click Filters for Gmail

Téléchargez les fichiers d'extension 1 Click Filters for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
URL Officiel https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Description Easily add new filter rules in Gmail to clean up your inbox.
Taille du Fichier 17.43 KB
Nombre d'Installations 30
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-10-05
Date de Publication 2023-06-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur leofree
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}