MailChimp Templates in Gmail by cloudHQ

Import and integrate MailChimp templates into Gmail

Τι είναι το MailChimp Templates in Gmail by cloudHQ;

Το MailChimp Templates in Gmail by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mailchimp-templates-in-gmail.com, και η κύρια λειτουργία του είναι "Import and integrate MailChimp templates into Gmail".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MailChimp Templates in Gmail by cloudHQ

Λήψη αρχείων επέκτασης MailChimp Templates in Gmail by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Integrate your Mailchimp email templates directly into Gmail for seamless access and increased productivity!

This extension allows you to:
✅  Import Mailchimp email templates to Gmail
✅  Send your MailChimp template via Gmail without leaving the Mailchimp editor
✅  No more sending emails from impersonal "[email protected]" email addresses; they are sent from your email address
✅  After importing your Mailchimp email templates into Gmail, you can access them in your new Gmail email template library without ever leaving Gmail. 

Whether you're a sales professional, small business owner, designer, marketer or anyone needing access to their Mailchimp templates, this app simplifies the process and keeps you productive. This is your solution to conveniently send high quality, personalized emails.

~~~ Key Features ~~~
🌟 Import your Mailchimp templates directly into Gmail.
🌟 Send your Mailchimp templates using your Gmail address, without ever leaving Mailchimp.
🌟 Unlimited template storage for Premium Plan users.
🌟 Quick and easy installation, works in Chrome and Microsoft Edge without consuming space on your computer.
🌟 5-Star ratings by our highly satisfied users.

How it works:

1. Install the extension.
2. Go to https://admin.mailchimp.com/templates/
3. Choose the template you want to send. 
4. You will see a "Gmail" icon next to your template. Click on it and your template will show in your Gmail email compose window. 
5. Send your email using your own Gmail address, without leaving Mailchimp.

~~~~~~~~~~~~~~~~~

Mailchimp Templates in Gmail by cloudHQ is perfect for:

🎯 **Sales Professionals** who need access to their email templates from Gmail to effectively reach out to clients.

🎯 **Small Business Owners** who appreciate the convenience of sending customized emails right from their Gmail.

🎯 **Designers and Marketers** who love to send visually stunning emails from their Gmail without leaving Mailchimp.

🎯 **Anyone** who wants a more efficient way to access their Mailchimp templates.

No more switching between platforms or impersonal emails. Start improving your productivity with Mailchimp Templates in Gmail by cloudHQ.

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


cloudHQ website: https://www.cloudhq.net/
App website: https://www.mailchimp-templates-in-gmail.com
Pricing: https://www.mailchimp-templates-in-gmail.com/pricing
Support page: https://support.cloudhq.net/?s=mailchimp
Blog: https://blog.cloudhq.net                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MailChimp Templates in Gmail by cloudHQ MailChimp Templates in Gmail by cloudHQ
ID mmjgchjpejidmgmemdpemiojmblddmfb
Επίσημο URL https://chromewebstore.google.com/detail/mailchimp-templates-in-gm/mmjgchjpejidmgmemdpemiojmblddmfb
Περιγραφή Import and integrate MailChimp templates into Gmail
Μέγεθος Αρχείου 778 KB
Αριθμός Εγκαταστάσεων 6,445
Τρέχουσα Έκδοση 1.0.0.17
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2023-06-02
Αξιολόγηση 4.64/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://www.mailchimp-templates-in-gmail.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mailchimp-templates-in-gmail.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net
URL της Σελίδας Πολιτικής Απορρήτου 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",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "stylesheets\/*",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "*:\/\/*.mailchimp.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*",
            "*:\/\/*.mailchimp.com\/*"
        ]
    },
    "action": {
        "default_icon": "icons\/gmail_templates_mailchimp.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "messaging.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/www.cloudhq.net\/*"
            ],
            "run_at": "document_start"
        },
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/file_browser.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_templates_mailchimp.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "exclude_globs": [],
            "css": [],
            "include_globs": [],
            "js": [
                "mailchimp.js"
            ],
            "matches": [
                "https:\/\/*.mailchimp.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.0.0.17",
    "description": "__MSG_appDetail__",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "background",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/mail-attachment.googleusercontent.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/*.mailchimp.com\/*"
    ],
    "manifest_version": 3
}