Gmail Unsubscribe - bulk email unsubscription

Unsubscribe from all unwanted emails in bulk with one click. Take back control of your inbox! From the makers of Baxter.

Τι είναι το Gmail Unsubscribe - bulk email unsubscription;

Το Gmail Unsubscribe - bulk email unsubscription είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://usebaxter.com, και η κύρια λειτουργία του είναι "Unsubscribe from all unwanted emails in bulk with one click. Take back control of your inbox! From the makers of Baxter.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Unsubscribe - bulk email unsubscription

Λήψη αρχείων επέκτασης Gmail Unsubscribe - bulk email unsubscription σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        We all hate unwanted emails. Most of the time it is not easy to unsubscribe from them and they keep coming. With this extension, you can stop them with a single click. 

Unsubscribe from all your unwanted emails with a simple click. That's it! Take control of your inbox now. Gmail Unsubscribe works on your computer as a chrome extension and no data is sent to any server outside of your computer. It's 100% private.

You can also delete or archive the emails as you unsubscribe from them in bulk. It's the simplest way to take back your inbox!

Gmail Unsubscribe is brought to you by the makers of Baxter, the ultimate organization plugin for Gmail.

Baxter has all the functionality of Gmail Unsubscribe, plus automatic email labels, daily archiving of unneeded emails, plus Inbox Deep Clean to delete thousands of old emails and reclaim storage space. 

If you like Gmail Unsubscribe, install Baxter today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail Unsubscribe - bulk email unsubscription Gmail Unsubscribe - bulk email unsubscription
ID jljicfihpdcimopabpijdhhjbmenjala
Επίσημο URL https://chromewebstore.google.com/detail/gmail-unsubscribe-bulk-em/jljicfihpdcimopabpijdhhjbmenjala
Περιγραφή Unsubscribe from all unwanted emails in bulk with one click. Take back control of your inbox! From the makers of Baxter.
Μέγεθος Αρχείου 5.47 MB
Αριθμός Εγκαταστάσεων 32,270
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2023-10-21
Ημερομηνία Δημοσίευσης 2019-10-14
Αξιολόγηση 3.02/5 Συνολικά 56 Αξιολογήσεις
Προγραμματιστής https://usebaxter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://usebaxter.com/gmail-unsubscribe
Διεύθυνση URL της Σελίδας Βοήθειας https://usebaxter.com/faq
URL της Σελίδας Πολιτικής Απορρήτου https://usebaxter.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "star",
    "version": "3.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/usebaxter.com\/*",
        "https:\/\/chrome.google.com\/webstore\/*",
        "https:\/\/*.usebaxter.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "64": "assets\/icons\/icon-64.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Baxter Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "gmailJsLoader.bundle.js",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}