Justin
Justin

Reputation: 3634

How do you test a Gmail Contextual Gadget?

In their docs the links all seem to resolve to https://developers.google.com/apps-marketplace/ - where there doesn't seem to be any call to action. How does one test a Gmail Contextual Gadget? Where does one upload the manifest and gadget spec?

Upvotes: 3

Views: 545

Answers (2)

Justin
Justin

Reputation: 3634

It is now in the Google Developers Console and you need to enable the Google Apps Marketplace SDK API. Under the Configuration tab, near the bottom, there is an Extensions header with a checkbox for Gmail contextual gadget extension. Clicking this opens the options to enable a Gadget URL and start developing.

As far as I can tell, there is no documentation for this anywhere on the interwebs, so I hope this is helpful for someone who struggles with this like I did :-)

Upvotes: 6

Android Enthusiast
Android Enthusiast

Reputation: 4950

A Gmail contextual gadget is a gadget that is triggered by clues in Gmail, such as the contents of Subject lines and email messages.

You can test the gadget by sending yourself some email. The gadget should appear in Gmail whenever you read an email that contains the right sort of content.

Here's were I found the answer: https://developers.google.com/gmail/contextual_gadgets?hl=en

For more information on testing gadgets, follow link below: https://developers.google.com/gadgets/docs/publish?csw=1

Upvotes: 0

Related Questions