Outlook Email Templates by cloudHQ
Beautiful email templates for Microsoft Outlook
Τι είναι το Outlook Email Templates by cloudHQ;
Το Outlook Email Templates by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.email-templates.com, και η κύρια λειτουργία του είναι "Beautiful email templates for Microsoft Outlook".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Outlook Email Templates by cloudHQ
Λήψη αρχείων επέκτασης Outlook Email Templates by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With over 1,500 professionally-designed, free email templates at your disposal, you can send beautiful emails that significantly increases your click through rates. Open a template directly in your Outlook email compose window. Once you’ve personalized your template, you’ll be able to send it out like any other email in Outlook. This extension is very easy to use: 1) Install the add on 2) Go to your Office 365 email (https://outlook.office.com/mail/) or Outlook email (https://www.outlook.com) 3) Click on the "Compose" button 4) Click on the new "Browse Templates" button 5) Select any template from our free library of pre-designed email templates 6) Edit the email 7) Send email 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.) ✅ Business email templates ✅ Birthday greetings ✅ Education-specific email templates ✅ Job seeker templates ✅ Legal email templates ✅ Marketing email templates ✅ Online class email templates ✅ Real estate email templates ✅ Reminders ✅ Stationery ✅ ecards Our email templates library is completely free to use, and we’re often adding new templates to keep giving you even better value. 🔥🔥🔥 You can view our template library here: 👇 https://www.email-templates.com/email-templates App website: https://www.email-templates.com cloudHQ website: https://www.cloudhq.net Pricing: https://www.email-templates.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/outlook-email-templates FAQ page: https://support.cloudhq.net/outlook-email-templates-faq-frequently-asked-questions/ Blog: https://blog.cloudhq.net
Βασικές Πληροφορίες Επέκτασης
Όνομα | Outlook Email Templates by cloudHQ |
ID | llhlhokgnabmiikbjdgjblajbbbenemj |
Επίσημο URL | https://chromewebstore.google.com/detail/outlook-email-templates-b/llhlhokgnabmiikbjdgjblajbbbenemj |
Περιγραφή | Beautiful email templates for Microsoft Outlook |
Μέγεθος Αρχείου | 261 KB |
Αριθμός Εγκαταστάσεων | 1,306 |
Τρέχουσα Έκδοση | 1.0.0.8 |
Τελευταία Ενημέρωση | 2024-01-05 |
Ημερομηνία Δημοσίευσης | 2023-09-08 |
Αξιολόγηση | 5.00/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | https://www.email-templates.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.email-templates.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net/category/browser-extensions/outlook-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", "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "stylesheets\/*" ], "matches": [ "*:\/\/*.cloudhq.net\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.office.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\/*" ] }, "action": { "default_icon": "icons\/outlook_templates.png", "default_title": "__MSG_appName__" }, "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/template_browser.css", "stylesheets\/main_outlook_templates.css" ], "include_globs": [], "js": [ "content.js" ], "matches": [ "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.office.com\/*" ], "run_at": "document_end" } ], "version": "1.0.0.8", "description": "__MSG_appDetail__", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "background" ], "host_permissions": [ "https:\/\/outlook.live.com\/", "https:\/\/outlook.office365.com\/", "https:\/\/outlook.office.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 3 } |