1 Click Filters for Gmail
Easily add new filter rules in Gmail to clean up your inbox.
What is 1 Click Filters for Gmail?
1 Click Filters for Gmail is a Chrome extension developed by leofree, and its main feature is "Easily add new filter rules in Gmail to clean up your inbox.".
Extension Screenshots
Download 1 Click Filters for Gmail Extension CRX File
Download 1 Click Filters for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 1 Click Filters for Gmail |
ID | pdokhkklnjljpcdopemmigpceokpdild |
Official URL | https://chromewebstore.google.com/detail/1-click-filters-for-gmail/pdokhkklnjljpcdopemmigpceokpdild |
Description | Easily add new filter rules in Gmail to clean up your inbox. |
File Size | 17.43 KB |
Installation Count | 30 |
Current Version | 1.0.2 |
Last Updated | 2023-10-05 |
Publish Date | 2023-06-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | leofree |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |