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
官方網址 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"
    ]
}