chucktrukk / email-signatures

A Chrome Extension that automagically adds links from RSS feeds to the end of emails sent in the Gmail web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmail Signatures Extension

Development

Prerequisites

  • NodeJS -- The runtime the application requires

Setting up development environment

  • Clone the repository -- git clone
  • Change in repository directory -- cd email-signatures
  • Install the dependencies -- npm install
  • Build the extension -- npm run build
  • Open up Google Chrome at the URL chrome://extensions
  • Check the "Developer mode' checkbox
  • Click the button 'Load unpacked extension'
  • Select the 'build' folder from within the 'email-signatures' directory
  • Visit https://mail.google.com and compose a new email, you should have a signature added of FT articles!

Deploying to Chrome Webstore

About

A Chrome Extension that automagically adds links from RSS feeds to the end of emails sent in the Gmail web client


Languages

Language:JavaScript 72.7%Language:HTML 27.3%