1 Click Filters for Gmail

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

Was ist 1 Click Filters for Gmail?

1 Click Filters for Gmail ist eine Chrome-Erweiterung, die von leofree entwickelt wurde, und ihr Hauptmerkmal ist "Easily add new filter rules in Gmail to clean up your inbox.".

Erweiterungsscreenshots

screenshot
screenshot

1 Click Filters for Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie 1 Click Filters for Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
Offizielle URL https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Beschreibung Easily add new filter rules in Gmail to clean up your inbox.
Dateigröße 17.43 KB
Installationsanzahl 30
Aktuelle Version 1.0.2
Letztes Update 2023-10-05
Veröffentlichungsdatum 2023-06-27
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler leofree
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}