MailKing: Email Campaigns in Gmail by cloudHQ

Send text message reminders and mass emails directly from Gmail

ما هو MailKing: Email Campaigns in Gmail by cloudHQ؟

MailKing: Email Campaigns in Gmail by cloudHQ هو إضافة Chrome تم تطويرها بواسطة https://www.mailking.io، والميزة الرئيسية لها هي "Send text message reminders and mass emails directly from Gmail".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MailKing: Email Campaigns in Gmail by cloudHQ

قم بتنزيل ملفات الامتداد MailKing: Email Campaigns in Gmail by cloudHQ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Looking for the best email marketing software available? 

MailKing sends your email campaigns from your Gmail address, so you're guaranteed higher open rates. Not only that, but it's built to work right in Gmail, so it's easy to access anytime you need to. Setting up a campaign is easy, intuitive, and extremely effective. 

MailKing is also very feature-rich. Here are just a few important highlights: 

✅ Higher open rates
✅ Send emails from your Gmail, not "[email protected]"
✅ Thousands of professionally designed email templates for you to select
✅ Intuitive drag and drop email design editor if you prefer to design your emails from scratch
✅ HTML design editor available too 
✅ Import Mailchimp templates, or Hubspot templates
✅ Easily upload CSV file from Mailchimp, Yesware, Salesforce, Zoho and other CRMs
✅ Mail merge available from any of your spreadsheets
✅ Email list builder
✅ Track unlimited opens and clicks from your email campaigns
✅ Sequence and follow up email campaigns
✅ Personalize name, email, or other data
✅ Detailed email campaign analytics
✅ Text message campaigns (US & Canada only), with your own phone number if desired
✅ Send up to 2000 emails/day based on Gmail send limits, upgrade to Premium Plan to remove logo on the bottom 

Bottom line: 
This is a solid email marketing software that is aimed to help small to medium sized businesses cut through the noise and get noticed. Enjoy this feature-rich app that is a best-of-breed email marketing software and text message marketing software. 

Who uses MailKing email marketing? 
- SMB business owners who require reliable email marketing software
- Salespeople who want to close more deals, faster
- Marketers in a small business, or marketing contractors 
- Anyone who has the same message for a lot of people

Who uses MailKing text message campaigns? 
- Lawyers to remind clients to finish forms and update their work
- Teachers to remind students about homework due
- Companies who need to remind employees about events or rules 
- Realtors who want to remind visitors about an open house
- Team Leaders who are organizing a project

cloudHQ. Helping your productivity, 1 click at a time.                    

معلومات أساسية عن التمديد

الاسم MailKing: Email Campaigns in Gmail by cloudHQ MailKing: Email Campaigns in Gmail by cloudHQ
ID igmjjjikokpgjnckgfcallenihoeabnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/mailking-email-campaigns/igmjjjikokpgjnckgfcallenihoeabnk
الوصف Send text message reminders and mass emails directly from Gmail
حجم الملف 190 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.0.20
آخر تحديث 2023-07-29
تاريخ النشر 2020-05-09
تقييم 4.61/5 مجموع تقييمات 127
المطور https://www.mailking.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.mailking.io
عنوان صفحة المساعدة https://support.cloudhq.net/category/browser-extensions/mailking/
عنوان صفحة سياسة الخصوصية https://www.cloudhq.net/privacy
اللغات المدعومة de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "frame-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; script-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net 'sha256-xlY73imk6IVOlYWRJuWjjjfgHfrgZSsSerx0TWQDnUc='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net;",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "browser_action": {
        "default_icon": "icons\/gmail_campaigns.png"
    },
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/gmail_campaigns.png",
        "48": "icons\/gmail_campaigns.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_campaigns.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_campaigns_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/www.cloudhq.net\/*"
            ]
        }
    ],
    "version": "1.0.0.20",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/support.cloudhq.net\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.googleusercontent.com\/"
    ],
    "manifest_version": 2
}