Email - fast gmail inbox cleaning

This chrome extension will allow you to fast clean your gmail inbox.

Email - fast gmail inbox cleaning란 무엇입니까?

Email - fast gmail inbox cleaning은(는) JB_CHAUVIN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This chrome extension will allow you to fast clean your gmail inbox."입니다.

확장 프로그램 스크린샷

screenshot

Email - fast gmail inbox cleaning 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Email - fast gmail inbox cleaning Email - fast gmail inbox cleaning
ID bdnhhddfbipeeededjddonienjegdhbh
공식 URL https://chromewebstore.google.com/detail/email-fast-gmail-inbox-cl/bdnhhddfbipeeededjddonienjegdhbh
설명 This chrome extension will allow you to fast clean your gmail inbox.
파일 크기 25.37 KB
설치 횟수 614
현재 버전 1.0.1
최근 업데이트 2023-03-14
출시 날짜 2023-03-06
평점 1.00/5 총 4 개의 평점
개발자 JB_CHAUVIN
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    }
}