I'm trying to integrate Gmail with a CRM and I need to attach files from there. I'm trying to find a way of adding a button to the "New Message" window which opens a jQuery modal window that allow me to select a document and attach it to the e-mail. I know that sounds crazy and I want to be sure that can be done.
Any ideas will be welcome. Thanks in advance.
Finally I'm doing this creating a Chrome Extension with the Gmailr API and adding the button manually using JavaScript.