Skip to content

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

Notifications You must be signed in to change notification settings

cordlessegg/email-signatures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 27.3%