Email Marketing Campaigns in Gmail: Gumbamail

Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.

O que é Email Marketing Campaigns in Gmail: Gumbamail?

Email Marketing Campaigns in Gmail: Gumbamail é uma extensão do Chrome desenvolvida por https://gumbamail.com, e sua principal característica é "Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Email Marketing Campaigns in Gmail: Gumbamail

Baixe arquivos de extensão Email Marketing Campaigns in Gmail: Gumbamail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Email Marketing Campaigns in Gmail: Gumbamail Email Marketing Campaigns in Gmail: Gumbamail
ID anpdgilpfngjdnolgofhlekehojfgdbm
URL Oficial https://chromewebstore.google.com/detail/email-marketing-campaigns/anpdgilpfngjdnolgofhlekehojfgdbm
Descrição Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.
Tamanho do Arquivo 1.5 MB
Contagem de Instalações 5,000
Versão Atual 1.8.0
Última Atualização 2024-03-05
Data de Publicação 2020-06-26
Classificação 3.52/5 Total de 63 Avaliações
Desenvolvedor https://gumbamail.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://gumbamail.com/
URL da Página de Ajuda https://gumbamail.com/#contact-section
URL da Página de Política de Privacidade https://gumbamail.com/es/privacy-policy
Idiomas Suportados 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
}