Email Marketing Campaigns in Gmail: Gumbamail
Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.
Was ist Email Marketing Campaigns in Gmail: Gumbamail?
Email Marketing Campaigns in Gmail: Gumbamail ist eine Chrome-Erweiterung, die von https://gumbamail.com entwickelt wurde, und ihr Hauptmerkmal ist "Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.".
Erweiterungsscreenshots
Email Marketing Campaigns in Gmail: Gumbamail-Erweiterungs-CRX-Datei herunterladen
Laden Sie Email Marketing Campaigns in Gmail: Gumbamail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Did someone say "Email Marketing from Gmail"? Now, with the Gumbamail extension, you can quickly send mailing campaigns to your contacts and subscribers without leaving Gmail. You do not believe it? Try the extension for free, no strings attached! There are very powerful Email Marketing platforms on the market, but they are not made for all audiences, since they tend to be complex and have high prices… And you don't need that much; you just need a simple tool that allows you to launch Email Marketing campaigns or send mass emails easily from Gmail. True? And if it also allows you to create your own templates with spectacular designs without the need to know HTML, even better. Gumbamail to the rescue! What is Gumbamail? ✅ Simple platform for Email Marketing campaigns within Gmail ✅ Mass mailing and scheduling service from Gmail ✅ Tool to send newsletters to clients without leaving Gmail ✅ Mail merge with Google Sheets or your Gmail contact groups directly What advantages does the Email Marketing Gumbamail extension offer? 📬 Create mailing campaigns quickly and easily Email marketing has never been so easy. Gumbamail allows you to send promotions, offers, news and other interesting content to your subscribers and customers without having to leave Gmail. Isn't it wonderful? You can also schedule campaigns so that the newsletters are sent when you decide. ✎ Professional email template design Use the best template editor to design responsive emails that adapt to your brand image and ensure that your subscribers can view them correctly on any device. Easily customize the template you are going to use in your email campaigns without having to know HTML coding. We have more than 100 professional templates! 📙 Simple mailing list management Import your subscriber lists easily from a .csv file, a Google Drive spreadsheet or from your Gmail contact groups. With Gumbamail you can manage the subscriptions and unsubscriptions in your lists in a simple and intuitive way. 🚩 No email sending limit. Promised! Unlike other applications or mass mailing extensions for Gmail, Gumbamail manages campaigns sending from its own system, so you can send as many emails as necessary, without worrying about any limitation. The limit is up to you. 🆓 Try Gumbamail 100% free. Yes, you read that right: 100% FREE. Do you want to try Gumbamail? Create a 100% free account, without obligation and for life, which will allow you to send up to 250 emails / month. You can also choose the plan that best suits your needs. Who is Gumbamail for? ✅ Sales professionals who want to get more sales, faster. ✅ Small companies or freelancers who want to simplify the process of sending newsletters. ✅ Anyone who wants to be more productive with their emails. Gumbamail is the extension that allows you to design, schedule and send email campaigns to your subscribers and contacts in the easiest and most comfortable way. Simple Email Marketing without leaving Gmail. Haven’t you downloaded our extension to send mass emails or run mailing campaigns yet? What are you waiting for? The most powerful and simple Email Marketing software has come.
Grundlegende Informationen zur Erweiterung
Name | Email Marketing Campaigns in Gmail: Gumbamail |
ID | anpdgilpfngjdnolgofhlekehojfgdbm |
Offizielle URL | https://chromewebstore.google.com/detail/email-marketing-campaigns/anpdgilpfngjdnolgofhlekehojfgdbm |
Beschreibung | Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails. |
Dateigröße | 1.5 MB |
Installationsanzahl | 5,000 |
Aktuelle Version | 1.8.0 |
Letztes Update | 2024-03-05 |
Veröffentlichungsdatum | 2020-06-26 |
Bewertung | 3.52/5 Insgesamt 63 Bewertungen |
Entwickler | https://gumbamail.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://gumbamail.com/ |
Hilfeseite URL | https://gumbamail.com/#contact-section |
URL der Datenschutzrichtlinien-Seite | https://gumbamail.com/es/privacy-policy |
Unterstützte Sprachen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "default_locale": "en", "author": "Gumbamail", "version": "1.8.0", "icons": { "16": "images\/icons\/logo_16px.png", "48": "images\/icons\/logo_48px.png", "128": "images\/icons\/logo_128px.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "jsi18n_es.js", "stripe.js", "index.js", "bee_loader.js" ], "css": [ "css\/gumbamail.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background_loader.js" }, "permissions": [ "identity", "storage", "cookies", "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/*.getbee.io\/*", "https:\/\/js.stripe.com\/*", "https:\/\/acumbamail.com\/", "https:\/\/apis.google.com\/", "https:\/\/*.amplitude.com\/*" ], "oauth2": { "client_id": "728975331626-31odb467qitag2m40n7e2e4jiuf2fl9c.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/contacts.readonly" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src *; frame-ancestors *" }, "minimum_chrome_version": "88.0.4324", "incognito": "not_allowed", "manifest_version": 3 } |