GMass: Powerful mail merge for Gmail
A powerful mass email and mail merge system for Gmail.
GMass: Powerful mail merge for Gmailคืออะไร?
GMass: Powerful mail merge for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmass.co และคุณลักษณะหลักของมันคือ "A powerful mass email and mail merge system for Gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMass: Powerful mail merge for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย GMass: Powerful mail merge for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The easiest way to transform Gmail into a cold outreach, email marketing, and mail merge platform. ** Join the 300,000+ others who’ve given us an average of 4.8 out of 5 stars ** No credit card required + send 50 emails per day free during your free trial! ----------------------------------------- Key features ----------------------------------------- * Send cold email and email marketing messages to thousands of addresses * Unlimited contacts, campaigns, AND emails * Mail merge personalization with data from Google Sheets * Personalize each mass email (even send personalized images and attachments) * With GMass MultiSend's inbox rotation feature, you can distribute your campaign across multiple accounts! * Hit the inbox, not the spam folder. 99% of GMass users report the best deliverability they’ve ever had. * Spam Solver - test messages before you send to find spam rates, then use suggested tweaks to improve * Send auto follow-ups based on opens, clicks, and replies * NEW! Automatically skip sending emails and automations holidays, and choose custom days of the week to send/not send a campaign * Send triggered emails that go out automatically when a recipient opens or clicks — reach your prospects when you know they're in their inbox * Automate your outreach by automatically sending to new contacts in your Sheet * Connect your CRM or other apps using the GMass API or Zapier * Track opens, clicks, and replies — with instant reply and bounce detection. No more delays; see replies and bounces in your report in a matter of seconds. * Free email verification — verify email addresses before you send your campaigns * Set DKIM through GMass for authenticated sending with a SMTP server. And use our unique system to pass DMARC, even when using a Gmail account with a SMTP server. * Emails can be sent as replies to the last conversation you had with each recipient * Unsubscribe and bounce management to automatically process unsubs/bounces, suppress future messages to those addresses, and more. * Hundreds of other features: Schedule emails, throttle sending speed, custom tracking links with SSL, A/B testing, quick email polls, drip campaigns, HTML editing, 1-click replies, reusable templates, one-click social media sharing of campaign results, and so much more ----------------------------------------- Keep up with GMass ----------------------------------------- Website: https://www.gmass.co What makes GMass different/better? https://www.gmass.co/blog/what-makes-gmass-better/ Quickstart guide: https://www.gmass.co/quickstart-guide Blog: https://www.gmass.co/blog Twitter: https://twitter.com/GMassForGmail and https://twitter.com/PartTimeSnob YouTube: https://www.youtube.com/gmass/ Support: https://gmass.co/g/support Latest updates: https://www.gmass.co/updates ----------------------------------------- How does GMass compare to other Gmail extensions? ----------------------------------------- Mixmax: cool extension, but you have to use its external web portal to send campaigns. With GMass, the magic happens inside Gmail, using just the red GMass button. Yesware: similar to Mixmax, you can't send campaigns inside Gmail. You have to use their web interface. Plus, both Mixmax and Yesware are more expensive than GMass. Mailtrack and Snov.io: Lets you track individual emails, but with GMass, you can eliminate Mailtrack and Snov.io because GMass can track both individual emails and campaign emails. Use the GMass button on both one-on-one emails and campaigns. Copper: Good CRM system, but not meant for sending email campaigns. Same for Gmelius and Streak CRM. Lastly, GMass works seamlessly with Grammarly to ensure your campaigns contain perfect prose and are error-free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GMass: Powerful mail merge for Gmail |
ID | ehomdgjhgmbidokdgicgmdiedadncbgf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmass-powerful-mail-merge/ehomdgjhgmbidokdgicgmdiedadncbgf |
คำอธิบาย | A powerful mass email and mail merge system for Gmail. |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 380,198 |
เวอร์ชันปัจจุบัน | 5.2.3 |
อัปเดตครั้งล่าสุด | 2024-02-06 |
วันที่เผยแพร่ | 2020-04-30 |
คะแนน | 4.79/5 รวมทั้งหมด 7853 คะแนน |
ผู้พัฒนา | https://www.gmass.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.gmass.co |
URL หน้าช่วยเหลือ | http://www.gmass.co/blog/how-to-get-the-best-support-from-the-gmass-team/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gmass.co/blog/gmass-privacy-information-what-data-does-our-server-store |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GMass: Powerful mail merge for Gmail", "version": "5.2.3", "description": "A powerful mass email and mail merge system for Gmail.", "short_name": "GMass", "icons": { "16": "GMass16.png", "48": "GMass48.png", "128": "GMass128.png" }, "manifest_version": 2, "content_scripts": [ { "js": [ "inboxsdk.js", "gmassloader.js", "jquery.js", "jquery.bpopup.min.js", "select2.full.js", "selectize.js" ], "css": [ "Gmass.css", "select2.css", "selectize.css", "custom.css" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "http:\/\/inbox.google.com\/*" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/www.gmass.co\/", "http:\/\/www.gmass.co\/" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |