Gmail email templates & newsletters
Start creating, sending, and tracking responsive HTML email templates from your Gmail inbox.
Τι είναι το Gmail email templates & newsletters;
Το Gmail email templates & newsletters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.contactmonkey.com, και η κύρια λειτουργία του είναι "Start creating, sending, and tracking responsive HTML email templates from your Gmail inbox.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail email templates & newsletters
Λήψη αρχείων επέκτασης Gmail email templates & newsletters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you looking for a way to turn your Gmail inbox into a powerful, all-in-one solution for internal communications and email tracking? Look no further than ContactMonkey. Our powerful internal communications software makes it super easy to create, send, and track emails and email newsletters in Gmail. Create Build stunning, responsive HTML email templates in our drag-and-drop email template builder. Engage your audience with surveys, emoji reactions, GIFs, videos, customizable icons, and more. Choose from a wide range of professionally-designed email templates or start from scratch. Send Responsive HTML emails display perfectly across all devices and email clients Schedule your email sends to maximize their reach. Customize your subject line and body copy according to your recipient with merge tags. Track Get in-depth tracking metrics to determine your best-performing content from your Campaign Dashboard. Measure open rate, click-through rate, open by device and location, and more. Compare email campaigns to chart improvement and find what resonates with your audience. Looking for a sales email tracking tool? ContactMonkey’s Sales software is perfect for those looking to integrate Salesforce with their Gmail inbox. Sales Email Tracking Create, edit, and save local sales templates, personalized for your recipient Compatible with or without Salesforce Email Templates Schedule emails so your messages are delivered when your recipient will actually see them Send mass emails to up to 200 contacts that maintain the feel of a one-on-one email Track all your emails automatically – right from your Gmail inbox Get a desktop notification every time your email is opened or clicked See when your emails have been opened, from where and on which device Access the stats on your top-performing subject lines, links, cities, and more Pricing Try ContactMonkey free for 14 days! This includes unlimited email tracking, delay send, mail merge, and full Salesforce email integration. A faster, simpler alternative to tools like Yesware, Bananatag, Constant Contact, Politemail, Sidekick, Boomerang, Mailtrack, and Toutapp. --------------------------------------------------------------- Email Tracking | Email Scheduling | Mail Merge | Salesforce Email Integration | Email Templates | Newsletters | Email Template Builder
Βασικές Πληροφορίες Επέκτασης
Όνομα | Gmail email templates & newsletters |
ID | dlppikdhbkdinhpfbneekdbjhgphknad |
Επίσημο URL | https://chromewebstore.google.com/detail/gmail-email-templates-new/dlppikdhbkdinhpfbneekdbjhgphknad |
Περιγραφή | Start creating, sending, and tracking responsive HTML email templates from your Gmail inbox. |
Μέγεθος Αρχείου | 259 KB |
Αριθμός Εγκαταστάσεων | 7,304 |
Τρέχουσα Έκδοση | 4.3.33 |
Τελευταία Ενημέρωση | 2023-09-29 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 4.19/5 Συνολικά 287 Αξιολογήσεις |
Προγραμματιστής | https://www.contactmonkey.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.contactmonkey.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.contactmonkey.com/hc/en-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.contactmonkey.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "4.3.33", "name": "Gmail email templates & newsletters", "author": "ContactMonkey", "description": "Start creating, sending, and tracking responsive HTML email templates from your Gmail inbox.", "background": { "persistent": true, "page": "cm-background.html" }, "page_action": { "default_icon": "monkey-2020.png", "default_title": "Start creating, sending, and tracking responsive HTML email templates from your Gmail inbox." }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "css\/ContactMonkey.css", "css\/pikaday.css", "css\/select2.min.css", "css\/jquery.dropdown.css" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/URI.min.js", "js\/mutation_summary.js", "js\/moment.js", "js\/uuid.js", "js\/moment.js", "js\/pikaday.js", "js\/select2.min.js", "js\/jquery.dropdown.js", "js\/cm-app.js" ], "run_at": "document_start" } ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "notifications", "cookies", "gcm", "https:\/\/mail.google.com\/*", "https:\/\/*.googleusercontent.com\/proxy\/*", "https:\/\/contactmonkey.com\/*", "https:\/\/*.contactmonkey.com\/*", "https:\/\/localhost:3000\/*" ], "icons": { "19": "contact-monkey-19.png", "48": "contactmonkey-orange-48.png", "128": "contactmonkey-orange-128.png" }, "web_accessible_resources": [ "img\/close-button.svg", "img\/contactmonkey-orange-40.png", "img\/orange-arrow.png", "img\/calendar1078.svg", "css\/ContactMonkey.css", "css\/bootstrap.min.css" ], "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/contactmonkey.com https:\/\/*.contactmonkey.com https:\/\/localhost:3000 ci3.googleusercontent.com; style-src 'self' 'unsafe-inline' https:\/\/contactmonkey.com https:\/\/*.contactmonkey.com https:\/\/localhost:3000; img-src 'self' https:\/\/ssl.gstatic.com\/ui\/v1\/icons\/mail\/no_photo.png data:; frame-src 'self' https:\/\/contactmonkey.com https:\/\/*.contactmonkey.com https:\/\/localhost:3000;" } |