1 Click Filters for Gmail
Easily add new filter rules in Gmail to clean up your inbox.
什么是1 Click Filters for Gmail?
1 Click Filters for Gmail是由leofree开发的Chrome扩展程序,该扩展的主要功能是“Easily add new filter rules in Gmail to clean up your inbox.”。
扩展截图
下载1 Click Filters for Gmail扩展crx文件
下载1 Click Filters for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple 1 Click extension to add selected conversations to a filter.
📩😰 Too many newsletters polluting your inbox?
1. Select the conversations
2. Click on the extension 👉 it will add them all to a filter
3. Choose a label for the conversations and click save
✨
That's it!
You can now finally relax with a clean inbox. 😌
You still receive the emails, they just don't land in your inbox anymore.
Find them under the label you selected or by looking at all messages on the left. 扩展基本信息
| 名称 | |
| ID | pdokhkklnjljpcdopemmigpceokpdild |
| 官方URL | https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild |
| 简介 | Easily add new filter rules in Gmail to clean up your inbox. |
| 文件大小 | 17.43 KB |
| 安装次数 | 30 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2023-10-05 |
| 上架时间 | 2023-06-27 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | leofree |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "1 Click Filters for Gmail",
"version": "1.0.2",
"description": "Easily add new filter rules in Gmail to clean up your inbox.",
"permissions": [
"activeTab"
],
"action": [],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "postbox_48.png",
"128": "postbox_128.png"
}
} | |