I am building an extension for Chrome browser. I wish to be able to parse the content of (the currently viewed) email message in Gmail (and some other email clients, such as Hotmail, Yahoo, etc.). I browsed through Stackoverflow and Google’s developer guide, but I could not find how it should be done.
If one could provide a small toy example of how to read the the content of the email (i.e. having a variable which holds the email text\HTML content) it would be great.
thanks.
Have a look at Content Scripts… By using the standard Document Object Model (DOM), they can read details of the web pages the browser visits