Add this code before closing </body> tag on all pages:
<!-- Crisp Chat -->
<script type="text/javascript">
window.$crisp=[];
window.CRISP_WEBSITE_ID="YOUR-WEBSITE-ID-HERE";
(function(){
d=document;
s=d.createElement("script");
s.src="https://client.crisp.chat/l.js";
s.async=1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>
// Customize colors and text
$crisp.push(["set", "theme", "color", "#2196F3"]); // Your brand color
$crisp.push(["set", "theme", "text", "default"]);
$crisp.push(["set", "session", "data", [["company", "CustomPC.tech"]]]);
Another excellent free option:
I can add either Crisp or Tidio to your site right now. Which would you prefer?