GFilters for Gmail™

Quickly and temporarily narrow down the emails you see. Mix and match your favorite filters right from your Gmail™ sidebar.

Τι είναι το GFilters for Gmail™;

Το GFilters for Gmail™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brainwaves, και η κύρια λειτουργία του είναι "Quickly and temporarily narrow down the emails you see. Mix and match your favorite filters right from your Gmail™ sidebar.".

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

screenshot
screenshot

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

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

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

                        **JUL 2018 UPDATE: Sorry, but this extension is no longer maintained! Leaving it up for those who may still be using it.**

Ever feel like your important emails are getting buried beneath reminders & notifications that you're not quite ready to delete/archive/address yet?

This extension allows you to HIDE messages marked with a particular Gmail label or set of labels.

Labels are great when you want to see one type of thing. For example, let's say you've created a rule to automatically label certain emails as "Reminders." But what if you want to see everything BUT reminders? Or if you want to see only unread, unarchived, non-reminders... and you also want to hide notifications from things like Basecamp or Slack as well?

GFilters is a convenient way of saving and accessing Gmail filters, allowing you to quickly and temporarily narrow down the emails you see by mixing and matching your favorite filters.

With GFilters you can:

-Use "negative" filters (e.g. "Hide Business")

-Mix and match filters on the fly (e.g. "Unread Inbox" + "Hide Business")

-Temporarily hide notifications, reminders, emails you sent to yourself, any email with a particular label, etc.

-Use any of the criteria available when you're creating a Label–senders, phrases, unread status, etc.

-Do more advanced things than Labels can, such as negative, exact, or broad matches on groups of different types 
of criteria.

Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

Όνομα GFilters for Gmail™ GFilters for Gmail™
ID amanjkpgdkemdfppbpenmnjfggpndnfg
Επίσημο URL https://chrome.google.com/webstore/detail/gfilters-for-gmail/amanjkpgdkemdfppbpenmnjfggpndnfg
Περιγραφή Quickly and temporarily narrow down the emails you see. Mix and match your favorite filters right from your Gmail™ sidebar.
Μέγεθος Αρχείου 299 KB
Αριθμός Εγκαταστάσεων 157
Τρέχουσα Έκδοση 0.0.0.6
Τελευταία Ενημέρωση 2018-07-02
Ημερομηνία Δημοσίευσης 2018-07-02
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Brainwaves
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GFilters for Gmail\u2122",
    "description": "Quickly and temporarily narrow down the emails you see. Mix and match your favorite filters right from your Gmail\u2122 sidebar.",
    "version": "0.0.0.6",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "icons": {
        "16": "icon19.png",
        "32": "icon32.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "\/options.html"
    ],
    "options_page": "options.html",
    "short_name": "GFilters",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/u\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "vendors\/jquery.min.js",
                "content.js"
            ]
        }
    ]
}