Date filters for Gmail

Filter mails based on today, yesterday, current week and last week

Τι είναι το Date filters for Gmail;

Το Date filters for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://maheshsubramaniya.com, και η κύρια λειτουργία του είναι "Filter mails based on today, yesterday, current week and last week".

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

screenshot
screenshot

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

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

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

                        This is not actively maintained and thank you for all the supporters & users. Latest Gmail update may have broken this plugin.

-------------------------
Patch for bugs: v1.3.1:
Fixed few bugs reported by users in v1.3.1

------------------------

Patch for bugs: v1.3:
Fixed few bugs reported by users in v1.3

------------------------
A plugin to filter mails based on date. Just filter mails by one click instead of writing a long serach query. Currently plugin supports following filter


Latest Features v1.2:

* Adding Custom actions upto 3 actions
* Include / Exclude Sent items, trash etc.,

--------------------
* Today's mail
* Yesterday's mail
* Current Week
* Last Week mail                    

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

Όνομα Date filters for Gmail Date filters for Gmail
ID ingccfmdangdapfhfmnhicpmfbofhhlo
Επίσημο URL https://chrome.google.com/webstore/detail/date-filters-for-gmail/ingccfmdangdapfhfmnhicpmfbofhhlo
Περιγραφή Filter mails based on today, yesterday, current week and last week
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2019-10-31
Ημερομηνία Δημοσίευσης 2019-10-31
Αξιολόγηση 2.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής http://maheshsubramaniya.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
Διεύθυνση URL της Σελίδας Βοήθειας http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Date filters for Gmail",
    "version": "1.3.1",
    "description": "Filter mails based on today, yesterday, current week and last week",
    "author": "Mahesh Subramaniya",
    "homepage_url": "http:\/\/www.maheshsubramaniya.com\/article\/gmail-date-actions-chrome-plugin.html",
    "icons": {
        "16": "resources\/icon16.png",
        "128": "resources\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "js": [
                "lib\/angular.min.js",
                "lib\/jquery.min.js",
                "lib\/jaadi-1.0.js",
                "lib\/storage.jaadi.js",
                "src\/background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*",
        "http:\/\/inbox.google.com\/*",
        "https:\/\/inbox.google.com\/*"
    ],
    "options_page": "src\/options.html"
}