Search code examples
javascriptajaxgmailgreasemonkeygmail-contextual-gadgets

Add textbox gmail - Browser Extension


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.


Solution

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