Date filters for Gmail
Filter mails based on today, yesterday, current week and last week
什么是Date filters for Gmail?
Date filters for Gmail是由http://maheshsubramaniya.com开发的Chrome扩展程序,该扩展的主要功能是“Filter mails based on today, yesterday, current week and last week”。
扩展截图
下载Date filters for Gmail扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
} | |