Giter Club home page Giter Club logo

gmail-templates's Introduction

GMail Templates and Snippet Manager Chrome Extension

Tired of sending always the same type of email? Tired of copy pasting mails from Word, Drive, Dropbox and losing styles, layouts and colors?

GMail Template and Snippets Manager allows you to manage a list of predefined templates and insert them directly to your "compose mail" view.

A powerful templating engine is provided so you don't have to replace the fields inside the template manually. Popups are going to ask you what data do you want to insert.

Scripting engine

The generated templates can include tags that are parsed and allowed to be filled when the template is inserted. This is useful when the template contains some variable parts that you don´t want to replace manually every time.

Sample

Dear ${1:text:Insert name},

The total amount of your invoice is USD ${3:number:Total budget} that you can pay via wire tranfer to the following bank account: ${2:text:Bank account number}

The invoice will be done with name: ${1}

Yours faithfully, ${me}

How does it work?

The first parameter ${1:text:Insert name} is the order in which the data is going to be asked. In the previous example first we will be prompted the name, then the bank account and then the budget.

The second parameter is the type of the data asked ${1:text:Insert name}. The accepted types are: text,number,check.

The third parameter is the title in which the data will be asked ${1:text:Insert name}. We will get a prompt box with the "Insert name" label.

You can refer to previously inserted data without retyping it by indicating the number on the first parameter: ${1}. If no data was inserted nothing will be added.

There are some special tags like ${me} that don´t ask anything to the user but insert the current email address.

Multilanguage

Supports GMail in several languages:

  • English
  • Spanish
  • French
  • German
  • Catalan

License

The software is free to use and integrate in other platforms.

Licenced under: GNU GPLv2 Licence - Jordi Planadecursach

http://www.rourevell.com

Donations

Donate bitcoins to 1P6WR8KJeUmJZLPNXXyoKTEgMQvn3k8jd7 if you like.

gmail-templates's People

Contributors

benmccann avatar planadecu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.