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
0
votes
1 answer

Gmail Gadgets will be deprecated?

I saw message in Gmail, that says that The 'Add any gadget by URL' Lab is being deprecated. I use this feature, and I writing my own Gmail gadget, this feature will be deleted, or not, can I use my gadgets after this, or all will be deleted?
a.robert
  • 893
  • 6
  • 6
0
votes
1 answer

Gmail Contextual Gadget OAuth 1.0 to 2.0 migration

We have a Gmail Contextual Gadget, it is published in Google Apps Marketplace. For OAuth1.0 to 2.0 migration, as recommended in https://developers.google.com/apps-marketplace/v1migratev2 we created a new version of our Gmail Contextual Gadget,…
0
votes
2 answers

Is it possible to add a new button to the "New Message" window in Gmail?

I'm trying to integrate Gmail with a CRM and I need to attach files from there. I'm trying to find a way of adding a button to the "New Message" window which opens a jQuery modal window that allow me to select a document and attach it to the e-mail.…
0
votes
1 answer

How to read email from gmail using Forntend message id in java via javax mail

i am usinig gmail contextual gadget to read email in my application, i have used messageid extractor to retriveve message but tat gives me frontend message id now how can i get that email using javax mail with frontend message id.
Ankit Singla
  • 198
  • 2
  • 15
0
votes
3 answers

get message id/unique id of a mail in gmail contextual gadget

I am trying to write a GMAIL contextual gadget. I am ready with all the building blocks (services , gadgets, manifest.repositories...) basic hello world is working fine. To simplify lets say, " I have a Mark as favorite " functionality in my…
ankur
  • 557
  • 1
  • 10
  • 37
0
votes
1 answer

Is it possible for a Gmail gadget to create a custom filter on a user's email?

I was thinking of developing an app that would apply some machine learning algorithms on a user's email and then create a custom filter or highlight certain emails based on some parameters. Is this possible via a contextual gadget or a Google apps…
0
votes
1 answer

Gmail Gadget + Appscript Permissions in Chrome Webstore Listing

We have created a Gmail contextual gadget which allows users to upload emails to our system. This is deployed to the Chrome Web Store / Google Apps Marketplace and installed by a domain administrator to the users. To get the full raw email data…
0
votes
1 answer

Google contextual gadget working only on my account

I have created google contextual gadgets for hello world but it is not showing hello world contextual gadget on other gmail acocunts. I have domain also registered with gmail .Is it possible that contextual gadgets will work for same domain also…
0
votes
2 answers

How (and where) to upload manifest file? (Google Gmail Gadget)

I'm new on this Gmail Gadget developments and I follow the instructions here: https://developers.google.com/gmail/contextual_gadgets I follow the Hello World example, replacing the variables with my owns, generating the manifest, the specs, etc. But…
zorbakan
  • 23
  • 1
  • 7
0
votes
0 answers

Gmail gadget to the right

Is it possible to set the position for my gadget to the right, when I'm on a mail overview. Something similar to Rapportive gadget. I tried using canvas, default view ... ate the whole Google doc ... EDIT : My code
Skape
  • 23
  • 4
0
votes
2 answers

iframe 'child' can style this parent? within the iframe self

In Google mail I can add my own app. But it's in an IFrame. The parent of the IFrame has a gray background-color. (class="hi") I want to change that color. Is it possible that I can style the parent that's outside the IFrame from the IFrame…
0
votes
1 answer

How to add contextual gadget on personal gmail

Can we use contextual gadget on my personal gmail OR do I have to purchase and app domain for this? My mainfeast.json is { "manifest_version": 2, "name": "unsendMe-AddContact", "version": "0.0.0.2", "description": "Grab the contact of…
Vikki
  • 279
  • 1
  • 4
  • 17
0
votes
3 answers

Google app engine or do i need Google apps script?

I use Google business some of the apps interact with gmail. When you open a email under in the footer of that email you get a information box of the app, then it can get data of that email and put it in a system.. Start mail.google.com --> get…
0
votes
1 answer

Gmail contextual gadget recipientToScope not being passed

In my Gmail contextual gadget, I can obtain the "From" address, but not the "To" address(es). Here are my extractors from the manifest file: Email Recipient
Matt
  • 564
  • 2
  • 8
0
votes
2 answers

Gmail gadget not refresh although nogadgetcache=1 parameter is used

Problem Description: deployed a new gadget xml but gadget does not refresh although parameter nogadgetcache=1 is used. Steps to Reproduce: i makes changes to a gadget xml. Deploy using Eclipse, to an appspot site. 2, Deploy through…
Hazel Han
  • 1
  • 1