https://github.com/googleworkspace/gmail-add-on-codelab
https://github.com/googleworkspace/gmail-add-on-codelab
gmail google-workspace
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleworkspace/gmail-add-on-codelab
- Owner: googleworkspace
- License: apache-2.0
- Created: 2017-10-24T15:58:15.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T19:08:58.000Z (almost 3 years ago)
- Last Synced: 2025-05-29T18:57:41.560Z (8 months ago)
- Topics: gmail, google-workspace
- Language: JavaScript
- Size: 42 KB
- Stars: 131
- Watchers: 25
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Expense It! -- Gmail Add-ons Codelab
Quickly add expenses from email receipts to a Google Sheet, all without leaving
Gmail.
This project is an example of a Gmail add-on, which can extend the Gmail
interface and communicate with external services. It is written in [Google Apps
Script](https://developers.google.com/apps-script/).
The full version of the project is available for public use and can be
installed from the G Suite Marketplace.
## Getting Started
You can follow [this codelab](https://g.co/codelabs/gmail-add-ons) to build a
simplified version of the add-on.
## Usage
After installing the add-on from the G Suite Marketplace, open Gmail on desktop
or mobile and find an electronic receipt. Click on the icon vaguely resembling
a receipt:
.
A form for specifying details about the expense will appear, with the fields
already filled. Edit as necessary and submit the form, thereby adding
information to a spreadsheet. You can also create a new spreadsheet from within
the add-on.
## License
This library is licensed under Apache 2.0. Full license text is available in
[LICENSE](LICENSE).