Email - fast gmail inbox cleaning
This chrome extension will allow you to fast clean your gmail inbox.
Email - fast gmail inbox cleaning là gì?
Email - fast gmail inbox cleaning là một tiện ích mở rộng Chrome được phát triển bởi JB_CHAUVIN, và tính năng chính của nó là "This chrome extension will allow you to fast clean your gmail inbox.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Email - fast gmail inbox cleaning
Tải xuống các tệp mở rộng Email - fast gmail inbox cleaning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Introducing the ultimate solution for anyone looking to clean up their Gmail inbox quickly and easily - our powerful Chrome extension! Say goodbye to cluttered and disorganized inboxes with our simple, yet effective tool that helps you stay on top of your emails and stay focused on what really matters. With just one simple shortcut - CTRL + D - you can quickly and easily delete all emails from a specific sender, making it incredibly fast and easy to keep your inbox clean and organized. Our extension automatically fills in the sender's username in the Gmail search box, eliminating the need for manual input and helping you save valuable time and effort. Whether you're a busy professional looking to streamline your workflow, a student trying to stay on top of your coursework, or simply someone who wants a cleaner and more efficient Gmail experience, our extension is the perfect solution for you. It's incredibly easy to use, and the benefits are immediate - no more wasting time sifting through unwanted emails or cluttered inboxes! So why wait? Download our Gmail inbox cleaning extension today and see for yourself just how easy and effective managing your emails can be. With our powerful tool at your fingertips, you'll wonder how you ever managed without it!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdnhhddfbipeeededjddonienjegdhbh |
URL Chính Thức | https://chromewebstore.google.com/detail/email-fast-gmail-inbox-cl/bdnhhddfbipeeededjddonienjegdhbh |
Mô tả | This chrome extension will allow you to fast clean your gmail inbox. |
Kích Thước Tệp | 25.37 KB |
Số Lần Cài Đặt | 614 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-03-14 |
Ngày Phát Hành | 2023-03-06 |
Đánh Giá | 1.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | JB_CHAUVIN |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email - fast gmail inbox cleaning", "version": "1.0.1", "manifest_version": 3, "description": "This chrome extension will allow you to fast clean your gmail inbox.", "homepage_url": "https:\/\/www.linkedin.com\/in\/jbchauvin", "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "default_locale": "en", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail.google.com\/*" ], "background": { "service_worker": "src\/background.js" }, "commands": { "delete-emails": { "suggested_key": { "default": "Ctrl+Shift+D", "mac": "Command+Shift+D" }, "description": "Find and delete emails" } } } |