Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 690 Bytes

Message templater

Chrome extension for formatting templates using data from a web page, and then sending them.

Supported sites:

Supports LinkedIn and Telegram Web.

Supported variables:

  • firstName - First name of user.
  • lastName - Last name of user.
  • fullName - Shortcut of {firstName} {lastName}.

Usage:

  1. Create template in such format:

Hello, {firstName}! How are you?

  1. Go to the site and navigate to the user page you want to send this message.

  2. Click send (or connect, if you want to add this user) and formatter will receive the user's info, insert it into the template and insert into the send input. All you have to do after that is submit sending.