Gmail Bulk Unsubscribe & Delete - InboxPurge

Your ultimate Gmail cleanup tool. Unsubscribe and Delete unwanted emails in bulk

Gmail Bulk Unsubscribe & Delete - InboxPurge란 무엇입니까?

Gmail Bulk Unsubscribe & Delete - InboxPurge은(는) https://inboxpurge.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your ultimate Gmail cleanup tool. Unsubscribe and Delete unwanted emails in bulk"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gmail Bulk Unsubscribe & Delete - InboxPurge 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of an unruly Gmail inbox? 

Struggling to mass unsubscribe and mass delete unwanted emails in Gmail?

InboxPurge is a comprehensive Chrome extension designed to empower users with superior email cleaning capabilities. 

Our intuitive sidebar makes it a breeze to unsubscribe from multiple unwanted emails, newsletters, and spam - all in bulk. 

Need to unblock senders? InboxPurge lets you handle that with ease. Take back control and transform your Gmail experience today.

Also, with Inbox Digest, you can group your favorite newsletters by topic or preference, customize digests to match your reading habits, and view tailored digests based on specified time ranges.

Key Features:

✔️ Bulk Unsubscribe: Escape the clutter and unsubscribe from multiple unwanted newsletters and emails in just one click. No more manual unsubscription - InboxPurge does the heavy lifting.

✔️ Bulk Email Deletion: Wave goodbye to inbox clutter. With InboxPurge, you can sweep away unwanted emails in masse and enjoy a tidy, organized inbox.

✔️ Toolbar-Powered Purge & Unsubscribe: Directly from your Gmail toolbar, effortlessly declutter your inbox. Unsubscribe from unwanted emails and mass delete them in one go with InboxPurge. Simplify your email management with this intuitive tool at your fingertips!

✔️ Inbox Digest: Craft multiple, personalized digests from your favorite newsletters. Group by topic, customize to your reading habits, and access on-demand based on your preferred time range.

✔️ Unblock Senders: InboxPurge lets you unblock previously blocked senders effortlessly, making contact management a walk in the park.

✔️ Enhanced Productivity: With InboxPurge, you can keep your focus on what truly matters. Reduce distractions and increase your productivity by keeping your inbox clean and well-organized.

Privacy First:

InboxPurge prioritizes your privacy. Rest assured, your data never leaves your device. We're here to clean your inbox, not to peek into your emails. 🔏

How It Works:

✅Step 1: Easy Installation
Begin by installing the InboxPurge Chrome extension from the Chrome Web Store. It seamlessly integrates with your Gmail, adding powerful tools right within your Gmail interface.

✅Step 2: Intuitive Sidebar Access
Once installed, InboxPurge adds a handy sidebar to your Gmail. This sidebar is your control center for managing your emails efficiently.

✅Step 3: Mass Unsubscribe(and optionally delete) with a Click
To unsubscribe from multiple newsletters and spam, simply select the emails in your Gmail and click the 'Unsubscribe' button in the InboxPurge sidebar. InboxPurge handles the rest, automatically unsubscribing you from the selected senders.

Experience the freedom of a clutter-free Gmail inbox. Let InboxPurge be your personal Gmail assistant, helping you achieve and maintain inbox zen with just a few clicks. 🚀                    

확장 프로그램 기본 정보

이름 Gmail Bulk Unsubscribe & Delete - InboxPurge Gmail Bulk Unsubscribe & Delete - InboxPurge
ID mogabgmejhmicinppdfeoaokolphbgcd
공식 URL https://chromewebstore.google.com/detail/gmail-bulk-unsubscribe-de/mogabgmejhmicinppdfeoaokolphbgcd
설명 Your ultimate Gmail cleanup tool. Unsubscribe and Delete unwanted emails in bulk
파일 크기 18.65 MB
설치 횟수 1,333
현재 버전 1.1.15
최근 업데이트 2024-02-17
출시 날짜 2023-07-15
평점 4.36/5 총 25 개의 평점
개발자 https://inboxpurge.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.inboxpurge.com/
도움말 페이지 URL https://www.inboxpurge.com/support
개인정보 보호 정책 페이지 URL https://www.inboxpurge.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Bulk Unsubscribe & Delete - InboxPurge",
    "description": "Your ultimate Gmail cleanup tool. Unsubscribe and Delete unwanted emails in bulk",
    "version": "1.1.15",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "\/background\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/api.inboxpurge.com\/*",
        "https:\/\/logo.clearbit.com\/*",
        "https:\/\/gmail.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/libs\/sentry.js",
                "scripts\/libs\/confetti.js",
                "scripts\/libs\/toast\/toast.js",
                "scripts\/views\/digest.view.js",
                "scripts\/views\/empty.view.js",
                "scripts\/views\/gmail-native.view.js",
                "scripts\/views\/main.view.js",
                "scripts\/views\/subscriptions.view.js",
                "scripts\/views\/login.view.js",
                "scripts\/views\/block-list.view.js",
                "scripts\/views\/health.view.js",
                "scripts\/services\/message.service.js",
                "scripts\/services\/storage.service.js",
                "scripts\/services\/user.service.js",
                "scripts\/component.js",
                "scripts\/utils.js",
                "scripts\/app.js"
            ],
            "css": [
                "style\/app.css",
                "style\/toast.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "option\/options.html",
                "images\/email.png",
                "images\/logo.png",
                "images\/tour\/slide-1.gif",
                "images\/tour\/slide-2.gif",
                "images\/tour\/slide-3.gif",
                "images\/tour\/slide-4.gif",
                "images\/tour\/slide-5.gif",
                "images\/tour\/slide-6.gif",
                "images\/gif\/unsubscribe-warning.gif",
                "images\/gif\/unblock-warning.gif",
                "images\/gif\/delete-warning.gif",
                "images\/google\/[email protected]",
                "images\/google\/[email protected]"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}