MergeMail
Mail merge for Gmail
MergeMail là gì?
MergeMail là một tiện ích mở rộng Chrome được phát triển bởi https://mergemail.co, và tính năng chính của nó là "Mail merge for Gmail".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MergeMail
Tải xuống các tệp mở rộng MergeMail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MergeMail |
ID | plbgdpcficmecmpjceogkfmdgfdjedfm |
URL Chính Thức | https://chromewebstore.google.com/detail/mergemail/plbgdpcficmecmpjceogkfmdgfdjedfm |
Mô tả | Mail merge for Gmail |
Kích Thước Tệp | 402 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2023-01-12 |
Ngày Phát Hành | 2019-10-01 |
Đánh Giá | 4.89/5 Tổng số 414 Đánh Giá |
Nhà Phát Triển | https://mergemail.co |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.mergemail.co |
URL Trang Trợ Giúp | https://www.mergemail.co/support |
URL Trang Chính Sách Bảo Mật | https://www.mergemail.co/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |