MagicEmails

Send emails that land directly in inbox, no email warmup needed.

Was ist MagicEmails?

MagicEmails ist eine Chrome-Erweiterung, die von https://magicemails.com entwickelt wurde, und ihr Hauptmerkmal ist "Send emails that land directly in inbox, no email warmup needed.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MagicEmails-Erweiterungs-CRX-Datei herunterladen

Laden Sie MagicEmails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Magic Emails is a marketing tool that allows you to send cold emails directly from your inbox without the need to warm up your domain.

Free email tracker for Gmail. Email opens tracking, CSV exports and clicks statistics for your email messages.

📪 100% FREE VERSION, NO SIGNATURES OR LOGOS IN YOUR SENT EMAILS, UNLIMITED TRACKING.

This is a good Gmail tracker alternative to Snov, GMass, Mailtrack, Yesware, Bananatag and MixMax.

✨ Track email opens, real time notifications.

✨ Personalized tracker dashboard, full data export available, for free!

😘 Create email campaigns right within Gmail.

😘 Smart send schedules emails using state of art AI to find the best possible time when email will be opened by your recipient.

😘 Provide instant feedback and recommendations to increase open rates and pause campaigns when open rates fall below an ideal threshold.

😘 Automatically track all opens, reads, bounces and link clicks.

🤩 Send automatically scheduled followups depending on whether an email was opened or replied.

🤩 No need for complex SMTP, DKIM, SPF or any technical setup. Just install the Chrome Extension and send your first email campaign within 30 seconds.

🤩 Support for .xlsx file, including first line as header.

🤩 Use placeholders as variables to allow personalization of emails, right out of the box.

🤩 Detailed dashboard showcases when an email was opened.

MagicEmails is the best cold email solution today, but we don't want to rest, we want to continue  to be world-class forever. We love your feedback and you can reach us at:

--------------------------------------------
Website: https://magicemails.com
Support: https://magicemails.com/support
--------------------------------------------

How is MagicEmails better than other cold email tools in the market?
GMass: Cool extension, but the UI is not user friendly and very difficult to use. Plus, GMass uses Google API to send emails, with no support for smart schedule or smart send, thereby not getting the same inbox delivery / open rates as MagicEmails.

MixMax: Uses an external portal to send campaigns. Campaigns are triggered via APIs / SMTP server and make it difficult from inbox delivery rate. Pricing is super expensive.                    

Grundlegende Informationen zur Erweiterung

Name MagicEmails MagicEmails
ID lhjfbgbeblmdkfcpeflfgcaecnlnmgce
Offizielle URL https://chromewebstore.google.com/detail/magicemails/lhjfbgbeblmdkfcpeflfgcaecnlnmgce
Beschreibung Send emails that land directly in inbox, no email warmup needed.
Dateigröße 14.95 MB
Installationsanzahl 146
Aktuelle Version 51.0
Letztes Update 2022-09-15
Veröffentlichungsdatum 2021-09-21
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler https://magicemails.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://magicemails.com
Hilfeseite URL https://magicemails.com
URL der Datenschutzrichtlinien-Seite https://magicemails.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MagicEmails",
    "description": "Send emails that land directly in inbox, no email warmup needed.",
    "version": "51.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "https:\/\/magicemails.ngrok.io\/*",
                "https:\/\/app.magicemails.com\/*"
            ],
            "js": [
                "public\/js\/includes\/extensionInjector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/gmailJsLoader.js",
        "dist\/extension.js"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/magicemails.ngrok.io\/",
        "https:\/\/app.magicemails.com\/"
    ]
}