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" } |