Templatius: Email Templates for Gmail
Write emails faster and increase your productivity when sending your daily email communications.
Τι είναι το Templatius: Email Templates for Gmail;
Το Templatius: Email Templates for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://templatius.com, και η κύρια λειτουργία του είναι "Write emails faster and increase your productivity when sending your daily email communications.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Templatius: Email Templates for Gmail
Λήψη αρχείων επέκτασης Templatius: Email Templates for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A replacement for Gmail canned responses and email templates. Simple and efficient way to create and use email templates in your day-to-day business life. *Built and tested by software, real-estate, and customer support professionals for ease-of-use and maximum efficiency. *Create text and rich html templates *Search and insert templates touching your mouse *Insert merge tokens to auto populate name, email, day, week, month and other useful dynamic properties. *Append your existing email signature to templates We are always improving Templatius. Stay updated with Templatius on the web. Website: https://www.templatius.com Support: https://www.templatius.com/support The website at www.templatius.com has screenshots, video tutorials, and explainations of all the features and use cases. How does Templatius compare to other Gmail extensions? Gorgias: a great extension built by a helpdesk company. The interface is a bit dated and you have to navigate multiple clicks and buttons to insert and create a template. Canned Respones: we have always found Google's built in canned respone feature to be confusing and sometimes difficult to use. With Templatius we have a modern, clean, interface for creating, editing, saving, and inserting your most common email content into new compose windows. Gmelius: one of the best do-everything, business productivity plugins for Gmail. Honestly, its awesome but if if may be overkill if you just want a quick, efficient way to insert common email content. Hiver: similar to Gmelius is offers alot of great functionality especially for managing customer emails but it may be overkill and requires 3-4 clicks to insert an email template.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Templatius: Email Templates for Gmail |
ID | pppdjeleiafcpdopppjahflpnhbheedb |
Επίσημο URL | https://chromewebstore.google.com/detail/templatius-email-template/pppdjeleiafcpdopppjahflpnhbheedb |
Περιγραφή | Write emails faster and increase your productivity when sending your daily email communications. |
Μέγεθος Αρχείου | 590 KB |
Αριθμός Εγκαταστάσεων | 719 |
Τρέχουσα Έκδοση | 1.1.16 |
Τελευταία Ενημέρωση | 2023-02-14 |
Ημερομηνία Δημοσίευσης | 2020-01-29 |
Αξιολόγηση | 4.67/5 Συνολικά 36 Αξιολογήσεις |
Προγραμματιστής | https://templatius.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.templatius.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.templatius.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.templatius.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsA0Db0OZmkUM\/PTGtzDHlabAfZiLhs5DM2qeOhRh\/jgU7GwfA3ZqeAdm9XdPMb7QN5ajIxV\/RkoodKhFB1VgXNKkZf7\/ipK5D4SuO3IuAG0hV8cRt1Islan5sXxNjaEA+Eq5LAbGNMeLQAfTDB1Gi8hScUaBDixt+dtcCVhbYNV57TGLKgp8ErLUyZGaVv+0yjRnLxgWfAVrNf0ebiomi8kox5hDc7Bw5ToacGrVDUaMoVEIIvAkK87GWrfz5Juz8ICwoLc6bTITclluo1Ov+30\/dBWh8EKTaCbnBRW8zyyadz3htmjs8LvVmu5IACbgOALS3uUL7gKfle8ch3I5EwIDAQAB", "manifest_version": 2, "browser_action": [], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/dropdown.css" ] } ], "permissions": [ "activeTab", "storage", "clipboardWrite" ], "oauth2": { "client_id": "339670543122-07mm2kl5035ipk3614dr6osfrflg5e2d.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "options_page": "html\/options.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "fonts\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Templatius: Email Templates for Gmail", "version": "1.1.16", "description": "Write emails faster and increase your productivity when sending your daily email communications.", "icons": { "16": "images\/favicons\/favicon-16x16.png", "48": "images\/favicons\/favicon-48x48.png", "128": "images\/favicons\/favicon-128.png" }, "default_locale": "en", "homepage_url": "https:\/\/www.templatius.com", "short_name": "Templatius" } |