gmail-contextual-gadgets

Getting the sender name in gmail contextual gadget

陌路散爱 提交于 2019-12-06 16:31:54
I’m developing a gmail contextual gadget to get name and email of sender’s email, but I have problem to get name of sender.I tried different ways: 1.Using Custom Extractor It seems obsoleted and I can not find where I can upload my manifest.xml with custom extractor at “Google Apps Marketplace SDK”. Any Idea!!?? 2. Using pre-canned extractors I defined google.com:SenderEmailExtractor and select “Mail-Sender Address and Mail-Sender Name” scope.Unforthunatly, I just get sender’s email in google.contentmatch.getContentMatches() but there is nothing related to sender’s name! What am I missing? <

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

三世轮回 提交于 2019-12-06 09:29:15
问题 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 to upload my app code as extractor on Google Apps Extensions Console, but I am just unable to access or know where is this page. All it say here is that Point your browser to http://code.google.com/googleapps/console/a/yourDomainName. Well I did

Gmail Contextual Gadget (Gmail plugin/extension): Deprecated? Impossible? How? (Can't do OAuth 2.0)

强颜欢笑 提交于 2019-12-03 04:24:39
问题 We need to develop an in-house gmail extension to process incoming emails, allow recipients to interact with our in-house software. I have been trying to figure out how to use OAuth 2.0 in Gmail Contextual Gadget, but I can't find any specific documentation for this. I couldn't find anything useful when I searched stack overflow with contextual + google-oauth (keyword recommended by Google). Before you give me standard pages, please make sure it has this: Minimally, an example of Gmail

Gmail contaxtual gadget is now showing in gmail message

柔情痞子 提交于 2019-12-02 21:54:32
问题 I had developed gmail contaxtual gadget spec file and uploaded it on my HTTP server. And configured " google apps marketplace sdk" on google developer console. But my gadget is stll not showing in gmail inbox massage. I might be some mistakes in gadget spec file. I tried a lot but not getting any solution. The googel developer doc is still showing old process of manifest file which is not working right now. Below is my gadget spec code. <?xml version="1.0" encoding="UTF-8"?> <Module>

Gmail Contextual Gadget (Gmail plugin/extension): Deprecated? Impossible? How? (Can't do OAuth 2.0)

走远了吗. 提交于 2019-12-02 17:38:21
We need to develop an in-house gmail extension to process incoming emails, allow recipients to interact with our in-house software. I have been trying to figure out how to use OAuth 2.0 in Gmail Contextual Gadget, but I can't find any specific documentation for this. I couldn't find anything useful when I searched stack overflow with contextual + google-oauth (keyword recommended by Google). Before you give me standard pages, please make sure it has this: Minimally, an example of Gmail contextual gadget manifest.xml that uses OAuth 2.0 Ideally, with explanation of how to deploy it at a domain

Gmail contaxtual gadget is now showing in gmail message

丶灬走出姿态 提交于 2019-12-02 08:23:18
I had developed gmail contaxtual gadget spec file and uploaded it on my HTTP server. And configured " google apps marketplace sdk" on google developer console. But my gadget is stll not showing in gmail inbox massage. I might be some mistakes in gadget spec file. I tried a lot but not getting any solution. The googel developer doc is still showing old process of manifest file which is not working right now. Below is my gadget spec code. <?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs author="Pragmatic techsoft" author_email="pragtech.co.in" height="200" author_location="India">

GMail Contextual Gadget not working

帅比萌擦擦* 提交于 2019-11-30 22:08:02
I'm trying to deploy a contextual gadget in my domain. I have followed the development guides but the gadget does not show up. I think that the problem is about "Data access": event if the installation seems to go smooth, in the Google Apps console the data access section of the gadget shows a red X. If I try to grant access by pressing the specific link, nothing happens and a blank page appears. I am using a superadmin user. I have tried in two different domains with no success. Here the is manifest: <?xml version="1.0" encoding="UTF-8" ?> <ApplicationManifest xmlns="http://schemas.google.com

Unable to deploy Contextual Gadget using Google Apps Extensions Console

一个人想着一个人 提交于 2019-11-30 14:07:18
Following these instructions: https://developers.google.com/google-apps/extensions-console/ I am unable to deploy an in-house Contextual Gadget to a Google Apps Domain. Creating, assigning Manifest/Extractor(including validation) and deploying appear to work fine, however Granting Access results in a 302 (redirect) to the Google Apps Admin Console and the Gadget does not show up in the Marketplace Apps Management console. UPDATE - Developed a workaround 1) Follow instructions https://developers.google.com/google-apps/extensions-console/ 2) Then go to https://console.developers.google.com

Gmail contextual gadget broken

假装没事ソ 提交于 2019-11-30 00:46:42
In the last few days there appeared to be a problem with the Gmail contextual gadget , that uses the messageID extractor.This gadget has been functional in our production Gmail environment for a few years, but now it seems to be broken, probably due to some unexpected change on the Google side. I tested it in two distinct domains and it is not working properly. What happens: The window of the contextual gadget does not appear in the main Gmail interface But when the message is opened in a separate window (by pressing Shift and click on the message) the gadget loads well – this process can be

Unable to deploy Contextual Gadget using Google Apps Extensions Console

夙愿已清 提交于 2019-11-29 21:17:57
问题 Following these instructions: https://developers.google.com/google-apps/extensions-console/ I am unable to deploy an in-house Contextual Gadget to a Google Apps Domain. Creating, assigning Manifest/Extractor(including validation) and deploying appear to work fine, however Granting Access results in a 302 (redirect) to the Google Apps Admin Console and the Gadget does not show up in the Marketplace Apps Management console. UPDATE - Developed a workaround 1) Follow instructions https:/