You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your extension is a little bit more complex, uses multiple forms, is staggered into different levels or make rich use of jQuery it is better to execute the kitCommand within an iframe.
The benefit of a iframe is that your application is running within a well defined surrounding area and must not care about anything else - it can really act like a standalone application. Well defined iframes are fitting smooth into the parent pages and will be also indexed by the search engines - content called out of the iframe can inbound itself into the parent page.