Email Marketing Campaigns in Gmail: Gumbamail
Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails.
Email Marketing Campaigns in Gmail: Gumbamail란 무엇입니까?
Email Marketing Campaigns in Gmail: Gumbamail은(는) https://gumbamail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails."입니다.
확장 프로그램 스크린샷
Email Marketing Campaigns in Gmail: Gumbamail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Email Marketing Campaigns in Gmail: Gumbamail |
ID | anpdgilpfngjdnolgofhlekehojfgdbm |
공식 URL | https://chromewebstore.google.com/detail/email-marketing-campaigns/anpdgilpfngjdnolgofhlekehojfgdbm |
설명 | Send email marketing campaigns without leaving Gmail. Gumbamail is your simple tool for scheduling and sending mass emails. |
파일 크기 | 1.5 MB |
설치 횟수 | 5,000 |
현재 버전 | 1.8.0 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-06-26 |
평점 | 3.52/5 총 63 개의 평점 |
개발자 | https://gumbamail.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://gumbamail.com/ |
도움말 페이지 URL | https://gumbamail.com/#contact-section |
개인정보 보호 정책 페이지 URL | https://gumbamail.com/es/privacy-policy |
지원되는 언어 | 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 } |