MergeMail

Mail merge for Gmail

什么是MergeMail?

MergeMail是由https://mergemail.co开发的Chrome扩展程序,该扩展的主要功能是“Mail merge for Gmail”。

扩展截图

screenshot
screenshot

下载MergeMail扩展crx文件

下载MergeMail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}