The web messenger in Freshchat also known as the conversations widget, is used to deliver a convenient and contextual conversational messaging experience for customers. You can hide the widget on certain pages by using the below code under the <BODY> tag.
<script>
window.fcWidget.init({
"config": {
"headerProperty": {
"hideChatButton": true
}
},
"host": "https://wchat.freshchat.com",
"token": "ENTER YOUR TOKEN HERE"
});
</script>