MergeMail

Mail merge for Gmail

MergeMailคืออะไร?

MergeMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mergemail.co และคุณลักษณะหลักของมันคือ "Mail merge for Gmail"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MergeMail

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}