Hi there!
I'm building my first Chrome Extension for the web and it will be actively working on Google Docs. I am having trouble figuring out the following:
1. How can I inject text into a Google Document from my Chrome Ext.?
2. Where in the DOM can I attach js functionality that binds to divs (particularly contenteditable divs) that feature the cursor and text?
3. I want to ensure that the js functionality works for every new page that is added to a document. How do I ensure that the js functionality is applied to each new dynamically created page?
Any and all help and advice would be appreciated.
Thanks,
Timon