How To Inject An Iframe Panel To A Google Chrome Extension And Add Click Event Inside The Iframe?
I did an extension that inject iframe to the current webpage, using Content-scripts: $('body').append('
Solution 2:
If you can control panel.html, just put the js that handles click event in panel.html.
Post a Comment for "How To Inject An Iframe Panel To A Google Chrome Extension And Add Click Event Inside The Iframe?"