MassMerge: Latest mail merge for Gmail

A powerful tool for cold email, mass mail, and mail merge for Gmail

Τι είναι το MassMerge: Latest mail merge for Gmail;

Το MassMerge: Latest mail merge for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MassMerge, και η κύρια λειτουργία του είναι "A powerful tool for cold email, mass mail, and mail merge for Gmail".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MassMerge: Latest mail merge for Gmail

Λήψη αρχείων επέκτασης MassMerge: Latest mail merge for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Massmerge allows you to easily send personalized emails to a large audience with just a few clicks, increase your efficiency and productivity.

With our innovative features and user-friendly interface, you can seamlessly manage your email campaigns and track their success, all within the familiar and trusted environment of Gmail.

Absolutely free, no charge until you upgrade any desired plan.

Key Features =>

*Send thousands of marketing emails in a single click

*Link your Google sheet for mail merge

*Personalize mass emails based on name, email address, and any available columns in Google Sheets without any hassle.

*Send your emails at your best time with 'Schedule later' feature

*Instantly analyse the performance of mailer and Track opens and clicks.

*Create instant newsletter and use them anytime with a single click.

*Send unlimited emails from your Gmail account by connecting your MassMerge account. 2000 emails from your Google Workspace account 500 emails from your regular Gmail account.

*Activate your cold mailing list and send email to prospects.

--------------------------------------------

Website: https://www.massmerge.co/


--------------------------------------------
We have explained it in very simpler way, install it to see the demo video.
--------------------------------------------

Why MassMerge is better than other Gmail extensions?

Massmerge's user-friendly interface makes it easy for anyone to create and send professional-looking mass emails, without the need for technical knowledge or coding skills.

Real time open and click tracking and suppress bounces and unsusbs to ensure that your email list is always up-to-date and accurate. This saves you time and effort by avoiding sending emails to invalid or uninterested recipients, maximizing your email marketing effectiveness.

Also, it works with Grammerly too. This will help you to write an email with error free.                    

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

Όνομα MassMerge: Latest mail merge for Gmail MassMerge: Latest mail merge for Gmail
ID ebhehpadgcnbjjkenbfiipiphimjomld
Επίσημο URL https://chromewebstore.google.com/detail/massmerge-latest-mail-mer/ebhehpadgcnbjjkenbfiipiphimjomld
Περιγραφή A powerful tool for cold email, mass mail, and mail merge for Gmail
Μέγεθος Αρχείου 996 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-05-12
Ημερομηνία Δημοσίευσης 2023-04-12
Αξιολόγηση 5.00/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής MassMerge
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.massmerge.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://app.massmerge.co/help
URL της Σελίδας Πολιτικής Απορρήτου https://massmerge.co/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MassMerge: Latest mail merge for Gmail",
    "version": "1.2",
    "description": "A powerful tool for cold email, mass mail, and mail merge for Gmail",
    "permissions": [
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/kineto.massmerge.co\/"
    ],
    "icons": {
        "16": "image\/icon16.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js",
                "loader.js",
                "\/js\/jquery.min.js",
                "helpermethod.js",
                "constant.js",
                "jquery.js",
                "jquery.datetimepicker.full.js"
            ],
            "css": [
                "custome.css",
                "custom1.css",
                "loader.css",
                "jquery.datetimepicker.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}