1 Click Filters for Gmail

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

Τι είναι το 1 Click Filters for Gmail;

Το 1 Click Filters for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leofree, και η κύρια λειτουργία του είναι "Easily add new filter rules in Gmail to clean up your inbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 1 Click Filters for Gmail

Λήψη αρχείων επέκτασης 1 Click Filters for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 1 Click Filters for Gmail 1 Click Filters for Gmail
ID pdokhkklnjljpcdopemmigpceokpdild
Επίσημο URL https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild
Περιγραφή Easily add new filter rules in Gmail to clean up your inbox.
Μέγεθος Αρχείου 17.43 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-10-05
Ημερομηνία Δημοσίευσης 2023-06-27
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής leofree
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}