Used in additional iframes (which are rendered either in popups or in sections supporting iframes). When this function is called, an object is retrieved that provides access to all methods available in the web SDK.
Example :
const iframe = Addon.iframe();
iframe.fitSize('#timerLogContent');
iframe.getCard().then((response) => {
console.log(response);
});