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 |
| 官方網址 | 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"
}
} | |