MergeMail
Mail merge for Gmail
MergeMailとは何ですか?
MergeMailはhttps://mergemail.coによって開発されたChromeの拡張機能で、その主な機能は「Mail merge for Gmail」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |