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.
拡張機能の基本情報
名前 | 1 Click Filters for Gmail |
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 |
Eメール | [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" } } |