Timing specifications for chat launcher

While Hubspot adds an option for this, I can solve it using css and jquery:

CSS:
body #hubspot-messages-iframe-container{
display:none !important;
}

Jquery:
setTimeout(() => {
$(“div#hubspot-messages-iframe-container”).attr(“style”,“display:initial !important;”);
}, 60000);