The ZIWO plugin is an Angular Web Component product. In order to integrate it into your environment you need to load the script and then you can use it.
Example :<html>
<body>
...
<ziwo-root automation="custom"></ziwo-root>
<script src="https://static.ziwo.io/ziwo-bridge.js"></script>
...
</body>
</html>