Gmail™ Email Templates by cloudHQ

Beautiful email templates for Gmail. Design your templates or import templates from Mailchimp. With team sharing!

Τι είναι το Gmail™ Email Templates by cloudHQ;

Το Gmail™ Email Templates by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.email-templates.com, και η κύρια λειτουργία του είναι "Beautiful email templates for Gmail. Design your templates or import templates from Mailchimp. With team sharing!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Create and share beautiful email templates! With this Chrome extension, you can: 

1) Select any template from our free library of pre-designed email templates
2) Use our intuitive email design creator to create your own email (equipped with free stock photos!)
3) Copy someone's email template to make your own by clicking on a button from any email that you received in your inbox
4) Upload your own email templates from Mailchimp
5) Share your email templates with your team 
6) Use our HTML editor in cases where you know how to code in HTML 
7) Access and send your email templates from your mobile phone  

Great for:
✅ Newsletters
✅ Discount sales
✅ Party invitations
✅ Congratulations
✅ Holiday greetings
✅ Event emails (like when you need to send a client a reminder to pay their bill)
✅ Common email responses (like asking a potential customer to fill out an intake form, troubleshooting instructions, etc) 

Open a template directly in your Gmail email compose window. Once you’ve personalized your template you’ll be able to send it out like any other email in Gmail.

The email templates library is FREE to use, and we’re adding new templates all the time. 

📲 Do you also want to access your email templates on your mobile phone? Just install our mobile add-on and send your email template responses while on-the-go: https://workspace.google.com/marketplace/app/email_templates_by_cloudhq/183322770515

🔥🔥🔥 Check out our template library here: 👇
https://www.email-templates.com/email-templates

If you are a designer and would like to showcase your email templates, please contact [email protected] and include "Influencer program" in the subject line.                    

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

Όνομα Gmail™ Email Templates by cloudHQ Gmail™ Email Templates by cloudHQ
ID llccdnmbipddnkhmldacpcjjcnljpoij
Επίσημο URL https://chromewebstore.google.com/detail/gmail-email-templates-by/llccdnmbipddnkhmldacpcjjcnljpoij
Περιγραφή Beautiful email templates for Gmail. Design your templates or import templates from Mailchimp. With team sharing!
Μέγεθος Αρχείου 209 KB
Αριθμός Εγκαταστάσεων 197,185
Τρέχουσα Έκδοση 1.0.0.21
Τελευταία Ενημέρωση 2022-03-22
Ημερομηνία Δημοσίευσης 2020-05-08
Αξιολόγηση 4.36/5 Συνολικά 493 Αξιολογήσεις
Προγραμματιστής https://www.email-templates.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.email-templates.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/category/gmail-email-templates/
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",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "browser_action": {
        "default_icon": "icons\/gmail_templates.png"
    },
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_gmail_templates.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_templates_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.21",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}