Install GMail Client: Difference between revisions
From Accelerator for SageCRM
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Version 1: | Version 1: | ||
This is not a like for like with the Outlook add in. | |||
* There are no compose features | * There are no compose features | ||
* No parse email menu | * No parse email menu |
Revision as of 15:05, 9 September 2024
coming soon... --updated 9th Sept 2024
Installing the client
Open chrome and install from the chrome app store.
Click on the image below to open the location.
Limitations
- Note: This container uses an unoffical API to get the data from Gmail. If google change the UI of Gmail this could break the system until we can update the library to fix this.
Version 1:
This is not a like for like with the Outlook add in.
- There are no compose features
- No parse email menu
- No new appt menu
- Tagging is not available
- Dialogs for save email/log call etc open in the taskpane and not in separate dialogs
Release notes
Version 1 - Released 9th Sept 2024
Gmail™ email service is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.
Gmail.js - JavaScript API for Gmail
This is the library that provides the API
https://github.com/KartikTalwar/gmail.js
GmailJS Node boilerplate
This is the code the chrome add in is based on