Questions tagged [gmail-contextual-gadgets]

A Gmail contextual gadget is a gadget that is triggered by clues in Gmail, such as the contents of Subject lines and email messages. For example, Gmail already provides a YouTube contextual gadget. If the body of an email contains a link to a YouTube video, a clickable thumbnail view of the video appears at the bottom of the email.

A Gmail contextual gadget is a gadget that is triggered by clues in Gmail, such as the contents of Subject lines and email messages. For example, Gmail already provides a YouTube contextual gadget. If the body of an email contains a link to a YouTube video, a clickable thumbnail view of the video appears at the bottom of the email.

References

See the main documentation at google.

153 questions
2
votes
0 answers

Adding Button in Gmail for web users

I am trying to figure out how can I add a button to the Gmail compose window. Please see the image below for better idea.. Using Google App Script I have achieved some functionality where we can create almost anything, but How can We create a…
MarmiK
  • 5,639
  • 6
  • 40
  • 49
2
votes
1 answer

Cannot make Gmail contextual gadget work - 2015 API version

I am currently working on a Gmail Contextual Gadget for a non-profit organization. We followed the official Google tutorials on https://developers.google.com/gmail/contextual_gadgets with the goal of building a Hello World app. We did the…
2
votes
1 answer

how to Installing and testing the "gmail contextual gadget"

I wanna ask about how to Installing and testing the "gmail contextual gadget". https://developers.google.com/gmail/contextual_gadgets#installing_and_testing_the_gadget I'm getting trouble the deprecated document. In first step "1. Log into the…
2
votes
0 answers

How to give users the ability to make request directly from the GMail?

Currently my service sends users an email with two links (action "A" and action "B"). Clicking on the link opens a new tab with action confirmation. There was a desire to allow the user to select the action without opening a new tab, directly from…
2
votes
1 answer

Google Gmail Contextual Gadget Example

So I'm interested in learning how to program a Gmail gadget to do some silly things but I have no experience in it. I have spent the past month or so sporadically reading through the API (https://developers.google.com/gmail/contextual_gadgets), but…
Chewy
  • 21
  • 1
  • 4
2
votes
2 answers

Gmail contextual gadget: are custom extractors obsolete?

The situation is as follows: there is a gmail contextual gadget, which requires access to two fields simultaneously: MessageID and sender’s email. Standard extractors seem not to support multiple fields, so I use a custom extractor. The problem is,…
2
votes
0 answers

Google Gadgets and OpenID/OAuth 1.0 Deprecation

Google have deprecated OAuth 1.0 and Open ID and in April 2015 they will be turned off. We make use of Google Gadgets (both contextual Gadgets and Gadgets embedded in Google sites). To perform authentication and to identify the users who are making…
2
votes
1 answer

Unable to deploy Contextual Gadget using Google Apps Marketplace SDK

Following these instructions: https://developers.google.com/apps-marketplace/preparing I am unable to deploy an in-house Contextual Gadget to a Google Apps Domain. I have filled in the COB details correctly, but validation forces me to have: "At…
user3792061
2
votes
1 answer

Gmail contextual gadget error during SSO with open social id: Unknown RPC service: osapi._handleGadgetRpcMethod

I'm trying to develop Gmail contextual gadget and trying to get the currently logged in user's email address. I tried the following code as per this link: https://developers.google.com/google-apps/marketplace/best_practices#gadget_sso function…
Anil Ugale
  • 1,143
  • 2
  • 9
  • 23
2
votes
0 answers

How to create an account on Google Apps to use Google Apps Extensions Console?

I am asking this question because the information on tutorials is terribly vague for a novice. Concretely, I am trying to put up an extractor to use in Gmail Contextual App. Here is where it gets complicated. To make a Gmail Contextual App, I need…
user1343318
  • 2,093
  • 6
  • 32
  • 59
2
votes
0 answers

Gmail Contextual Gadget not Showing up with the new Apps Marketplace Publishing guidelines

When I try to deploy the gadget from Google Apps console, it works perfectly on my own domain. However, when I publish now using the COB extension through Google Apps API console, following all the steps listed here:…
Anil Ugale
  • 1,143
  • 2
  • 9
  • 23
2
votes
0 answers

how to put a link into left side in gmail using gmail contextual gadget

manifest.xml : demo.avinashi.com/DemoGapps/manifest.xml gadget.xml : demo.avinashi.com/DemoGapps/gadget.xml Here is my manifest file...I just wanted to build the gadget just like the streak hiring extension at www.streak.com..I have build the code…
pooja
  • 21
  • 1
2
votes
0 answers

Gmail Gadget Script Error

I am working on the gmail contextual gadget. To create my first "Hello World" gadget, I copyied the code from https://developers.google.com/google-apps/gmail/contextual_gadgets and did the exactly same things. Here are the manifest.xml and…
2
votes
2 answers

Add widget/controls within gmail Ui like boomerang/streak

I'm thinking of an idea to develop a widget lives within Gmail and do action on demand. Like selecting a line of text clicking my button should create a task on a list (say asana.com) I'm currently looking into…
palaniraja
  • 10,432
  • 5
  • 43
  • 76
1
vote
1 answer

Scope of Gmail Contextual Gadget

Is posible in a Gmail Contextual Gadget add an email address in the "cc" field?
user720270
1 2
3
10 11