GMerge - Gmail Merge Mail

Gmail mail merge tool, send bulk emails from sheet or campaign in Gmail.

GMerge - Gmail Merge Mailคืออะไร?

GMerge - Gmail Merge Mail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Analyzer และคุณลักษณะหลักของมันคือ "Gmail mail merge tool, send bulk emails from sheet or campaign in Gmail."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMerge - Gmail Merge Mail

ดาวน์โหลดไฟล์ส่วนขยาย GMerge - Gmail Merge Mail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This simple extension allows you to send emails to multiple email addresses at the same time.
You can pick the list of email addresses from your Google Sheets or previous campaigns.

In just a few simple steps, you can smoothly send mails:
➢ Enable the extension in order to start email marketing.
➢ Click "COMPOSE" button to open a New Message popup.
➢ Enter "recipients" input, click "GMerge" button by right.
➢ Choose a email accounts list source.
➢ This system will fill mass mail account in "recipients" input automatically.
➢ Write subject and mail content, click "GMerge" button not origin "Send" button.
➢ Send a batch of emails quickly.

How to import gmail accounts from Google Sheet?
➔ You need sign up with Google to authorize GMerge to access your Google Sheets.
➔ There must has one column be an email address at least in sheet.

How to import gmail accounts from Camapign?
➔ The accounts that has been sent by "GMerge" button will become a campaign.
➔ You can choose accounts from a campaign that didn't open or open.

this extension was made by third party developers and it is NOT made by Gmail Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GMerge - Gmail Merge Mail GMerge - Gmail Merge Mail
ID cijmdkhhfnpjnpkpajjeholcbcddiopc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmerge-gmail-merge-mail/cijmdkhhfnpjnpkpajjeholcbcddiopc
คำอธิบาย Gmail mail merge tool, send bulk emails from sheet or campaign in Gmail.
ขนาดไฟล์ 2.32 MB
จำนวนการติดตั้ง 3,922
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2022-09-03
คะแนน 5.00/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา Social Analyzer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gmplus.io/gmplus-private-policy
ภาษาที่รองรับ ms,en,en-GB,en-US,fil,fr,tr,ca,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,fi,sv,cs,bg,ru,mr,bn,gu,ml,zh-TW
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/gmplus.io?utm_source=gm-merge",
    "content_scripts": [
        {
            "css": [
                "select2.css"
            ],
            "js": [
                "inboxsdk.js",
                "inject\/gmassloader.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Gmail mail merge tool, send bulk emails from sheet or campaign in Gmail.",
    "icons": {
        "48": "icons\/GMass48.png",
        "128": "icons\/GMass128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/campaign.png",
                "icons\/sheet.png",
                "icons\/GMass32.png",
                "icons\/GMass128.png",
                "inject.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "http:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "short_name": "GMerge",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8",
    "default_locale": "en"
}