MergeMail
Mail merge for Gmail
MergeMail क्या है?
MergeMail https://mergemail.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mail merge for Gmail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MergeMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send and track bulk emails in Gmail. MergeMail makes it easy to send and track personalized batch emails in Gmail: - Put your contacts in a Google Sheet - Compose an email in Gmail with personalization variables - Send and track a batch of emails Features include: - Mail merge - Email tracking (opens, clicks, and UTM codes) - Templates - Unsubscribe links - Attachments - Email previews - Scheduled emails - Integrations Send up to 50 emails per day for free! It's the best alternative to Gmass and YAMM (Yet Another MailMerge).
एक्सटेंशन की मूल जानकारी
नाम | MergeMail |
ID | plbgdpcficmecmpjceogkfmdgfdjedfm |
आधिकारिक URL | https://chromewebstore.google.com/detail/mergemail/plbgdpcficmecmpjceogkfmdgfdjedfm |
विवरण | Mail merge for Gmail |
फ़ाइल का आकार | 402 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.5.1 |
अंतिम अपडेट | 2023-01-12 |
प्रकाशन तिथि | 2019-10-01 |
रेटिंग | 4.89/5 कुल 414 रेटिंग्स |
डेवलपर | https://mergemail.co |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.mergemail.co |
सहायता पृष्ठ URL | https://www.mergemail.co/support |
गोपनीयता नीति पृष्ठ URL | https://www.mergemail.co/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MergeMail", "short_name": "MergeMail", "version": "1.5.1", "manifest_version": 2, "description": "Mail merge for Gmail", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "homepage_url": "https:\/\/www.mergemail.co\/", "browser_action": { "default_title": "MergeMail", "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "css": [ "css\/content\/style.css" ], "js": [ "js\/content\/jquery.js", "js\/content\/inboxsdk.js", "js\/content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/www.mergemail.co\/*" ] }, "permissions": [ "http:\/\/mail.google.com\/", "https:\/\/mail.google.com\/", "https:\/\/www.mergemail.co\/*" ], "web_accessible_resources": [ "img\/*", "js\/vendor\/jquery-2.0.3.min.js", "frame.html", "frame_loading.html" ] } |