Date filters for Gmail

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

Date filters for Gmail là gì?

Date filters for Gmail là một tiện ích mở rộng Chrome được phát triển bởi http://maheshsubramaniya.com, và tính năng chính của nó là "Filter mails based on today, yesterday, current week and last week".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Date filters for Gmail

Tải xuống các tệp mở rộng Date filters for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Date filters for Gmail Date filters for Gmail
ID ingccfmdangdapfhfmnhicpmfbofhhlo
URL Chính Thức https://chrome.google.com/webstore/detail/date-filters-for-gmail/ingccfmdangdapfhfmnhicpmfbofhhlo
Mô tả Filter mails based on today, yesterday, current week and last week
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2019-10-31
Ngày Phát Hành 2019-10-31
Đánh Giá 2.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://maheshsubramaniya.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
URL Trang Trợ Giúp http://www.maheshsubramaniya.com/article/gmail-date-actions-chrome-plugin.html
Ngôn Ngữ Được Hỗ Trợ 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"
}