Send Mass Mail + HTML inserter for Gmail

A Gmail Extension

Τι είναι το Send Mass Mail + HTML inserter for Gmail;

Το Send Mass Mail + HTML inserter for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mailbrother.com, και η κύρια λειτουργία του είναι "A Gmail Extension".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Send Mass Mail + HTML inserter for Gmail

Λήψη αρχείων επέκτασης Send Mass Mail + HTML inserter for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        MailBrother is an email campaign tool for Gmail.

COMPOSE your email marketing campaigns right in Gmail
Now you can create multiple emails and send them to as many recipients as you want. Install MailBrother as a Chrome extension, open the Gmail interface, and log in to your account. Hit the “Compose” button and add your message to a new email form. All you have to do then is select recipients and click the “MailBrother” button to get your email campaign off the ground.

SEND emails to undisclosed recipients
The MailBrother extension allows you to send mass emails as individual ones without showing all the recipients’ addresses. Protect the privacy and confidentiality of your recipients while getting them to trust your brand. Each email looks like a personalized one.

MEASURE the effectiveness of your campaigns
All your campaigns are saved to the Statistics panel, where you can also check your sends, queued emails, and opens. Use filters to quickly find the data you need. Export the statistics into a PDF, CSV, or TXT file as a table or chart.


PERSONALIZE your messages
Use Google sheets to import recipients, merge spreadsheets and create personalized emails!

__________________________

Why choose the MailBrother extension:
✅ Bulk sending of thousands of emails
✅ Emails to undisclosed recipients
✅ Real-time email campaign statistics
✅ Familiar Gmail interface
✅ Easy to install and use

Please visit our website: https://mailbrother.com

Find us with:
mass mail
mail merge
gmail merge
gmail stat
gmail gsheet
bulk mail
mass gmail
bulk gmail
html insert
mail campaigns
google sheets
track gmail
gmail
gsheet
mail track
email marketing keywords
google ads gmail
gmail campaign google ads
google my business verify by email
seo and email marketing
seo email
seo email marketing                    

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

Όνομα Send Mass Mail + HTML inserter for Gmail Send Mass Mail + HTML inserter for Gmail
ID obngoldljmnnpggbekneikaohbeflbee
Επίσημο URL https://chromewebstore.google.com/detail/send-mass-mail-+-html-ins/obngoldljmnnpggbekneikaohbeflbee
Περιγραφή A Gmail Extension
Μέγεθος Αρχείου 149 KB
Αριθμός Εγκαταστάσεων 11,066
Τρέχουσα Έκδοση 2.1.3
Τελευταία Ενημέρωση 2023-02-17
Ημερομηνία Δημοσίευσης 2019-11-14
Αξιολόγηση 4.70/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://mailbrother.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mailbrother.com
Διεύθυνση URL της Σελίδας Βοήθειας https://mailbrother.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://mailbrother.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send Mass Mail + HTML inserter for Gmail",
    "description": "A Gmail Extension",
    "permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/loader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/gmailJsLoader.js"
    ],
    "icons": {
        "16": "img\/icons\/mailbrother_16.png",
        "32": "img\/icons\/mailbrother_32.png",
        "48": "img\/icons\/mailbrother_48.png",
        "64": "img\/icons\/mailbrother_64.png",
        "128": "img\/icons\/mailbrother_128.png"
    },
    "version": "2.1.3",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}