Date filters for Gmail

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

What is Date filters for Gmail?

Date filters for Gmail is a Chrome extension developed by http://maheshsubramaniya.com, and its main feature is "Filter mails based on today, yesterday, current week and last week".

Extension Screenshots

screenshot
screenshot

Download Date filters for Gmail Extension CRX File

Download Date filters for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Date filters for Gmail Date filters for Gmail
ID ingccfmdangdapfhfmnhicpmfbofhhlo
Official URL https://chrome.google.com/webstore/detail/date-filters-for-gmail/ingccfmdangdapfhfmnhicpmfbofhhlo
Description Filter mails based on today, yesterday, current week and last week
File Size 115 KB
Installation Count 1,000
Current Version 1.3.1
Last Updated 2019-10-31
Publish Date 2019-10-31
Rating 2.75/5 Total 8 Ratings
Developer http://maheshsubramaniya.com
Payment Type free
Extension Website http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
Help Page URL http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
Supported Languages 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"
}