I have problem! I try to create a script that will add UI elements to Gmail. I have 2 scenarios:
1.) add ui button with image to bottom of new message dialog: new message
2.) add ui button with image to bottom of contact popover:
g+ contact
And my questions:
- It is possible add UI elements with any actions (e.g. alert())?
- Google apps script or Gmail Contextual Gadgets should I use?
- Can you write me example of code witch add example of UI to Gmail?
Thanks!