Mail Merge for Gmail - Pabbly Email Marketing

Create an email campaign for your audience right inside Gmail account and we will take care of the rest

Mail Merge for Gmail - Pabbly Email Marketing क्या है?

Mail Merge for Gmail - Pabbly Email Marketing https://pabbly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create an email campaign for your audience right inside Gmail account and we will take care of the rest"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mail Merge for Gmail - Pabbly Email Marketing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pabbly is a robust mail merge system for Gmail! 

You can create an email campaign for your audience right inside your Gmail account in minutes and we will take care of the rest.

Sending bulk emails can’t get easier and safer as this extension lets you connect with an in-built or any external SMTP of your own choice. 

In just a few simple steps, you can smoothly send mails:- 

-Enable the extension in order to start email marketing.
-Draft an email as per your choice inside Gmail.
-Simply select the delivery engine (SMTP account) using which you want to send emails (Sender’s address)
-Select the recipients from the list to initiate the email campaign.
-Hit the Pabbly button!

And You are good to go! 
 

With Pabbly Email Marketing, you can-

✓ Send bulk emails in no time 
✓ Design personalized emails
✓ Send emails via in-built SMTP
✓ Connect any external SMTP

==Benefits==

* Time-Saving*
All work is done at a single place i.e. Your Gmail inbox so you don’t have to wander all-around and waste time. 

*Absolute Privacy*
You privacy is our priority & we do not access any of your private data. 

*Excellent support*
The developers make sure that you don’t face any problem while using the extension. On top of that, it provides round the clock support to its users & solves the queries efficiently. You can get in touch with them at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Mail Merge for Gmail - Pabbly Email Marketing Mail Merge for Gmail - Pabbly Email Marketing
ID aaehophfmcbenkglffhfbbnpdoipcbpa
आधिकारिक URL https://chromewebstore.google.com/detail/mail-merge-for-gmail-pabb/aaehophfmcbenkglffhfbbnpdoipcbpa
विवरण Create an email campaign for your audience right inside Gmail account and we will take care of the rest
फ़ाइल का आकार 1.52 MB
स्थापना संख्या 396
वर्तमान संस्करण 1.4
अंतिम अपडेट 2019-08-21
प्रकाशन तिथि 2019-08-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://pabbly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pabbly.com/email-marketing/
सहायता पृष्ठ URL https://www.pabbly.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.pabbly.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mail Merge for Gmail - Pabbly Email Marketing",
    "description": "Create an email campaign for your audience right inside Gmail account and we will take care of the rest",
    "version": "1.4",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "cookies",
        "*:\/\/emails.pabbly.com\/*"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/vue.js",
                "vendor\/vuex.min.js",
                "store\/store.vue",
                "vendor\/inboxsdk.js",
                "components\/composeViewNoticeBar.vue",
                "components\/sideBar.vue",
                "components\/toolBar.vue",
                "js\/app.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Pabbly Email Marketing",
        "default_popup": "html\/popup.html"
    }
}