Skip to content

bonomali/gmail-add-ons-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Add-ons samples

Stack Overflow

This repository contains samples Gmail add-ons. See sub-directories for more detailed descriptions of individual samples.

Overview

Save time and effort for your users by automating these tasks with Gmail add-ons. Gmail add-ons examine incoming messages, then act on these messages in various ways, such as by:

  • Displaying additional information for the user in the Gmail UI.
  • Connecting to non-Google services, to retrieve information or take other actions.
  • Providing an interactive interface to allow the user to control the add-on or send information to another service.

Sample add-ons

Meeting Assistant - This add-on helps users quickly schedule meetings in response to an email thread. It demonstrates interactive cards & forms as well as interaction with the Google Calendar API.

GitHub Reader - This add-on shows additional information about issues and pull requests for GitHub repositories. It demonstrates how conditionally display cards based on email content as well as connect to external services to bring rich information into Gmail.

Questions and discussions

If you have questions or run into issues with Gmail add-ons, see:

Contributing changes

See CONTRIBUTING.md for more information on how to contribute to this project.

License

Thes samples are licensed under the Apache 2 license.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • HTML 0.8%