0

Is there a JS framework or library to add text/check box to gmail UI?

Please note that the data contained there will be sent through AJAX - JSON object to a particular server.

Idea is to make a Chrome extension with this functionality.

Something similar to:

GMAIL UI

Thanks.

jacktrades
  • 7,224
  • 13
  • 56
  • 83

1 Answers1

1

You can write Greasemonkey script for that. It's supported by Google Chrome by default.

antyrat
  • 27,479
  • 9
  • 75
  • 76
  • Is this better than Gmail Contextual?https://developers.google.com/google-apps/gmail/contextual_gadgets#prerequisites – jacktrades Jun 22 '12 at 14:05
  • With Greasemonkey you can access to any element on web page. But with Gmail Contextual you will get some additional API. It's your choice what to use. Greasemonkey is more general. And with it you can write user-script for any web page in the web – antyrat Jun 22 '12 at 14:09
  • What would be the additional API functions? – jacktrades Jun 22 '12 at 14:10