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 هو إضافة Chrome تم تطويرها بواسطة leofree، والميزة الرئيسية لها هي "Easily add new filter rules in Gmail to clean up your inbox.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 1 Click Filters for Gmail
قم بتنزيل ملفات الامتداد 1 Click Filters for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } } |