This is an example of Agent App Extension.
git clone [email protected]:livechat/agent-app-sample-extension.git
cd agent-app-sample-extension
composer install
Your extension should be hosted over HTTPS.
Navigate to https://my.livechatinc.com/ and paste the following snippet in the developers console.
App.collections.Integrations.add({
id: 'sandbox',
url: 'https://your_extension_url'
})
Enjoy! 🚀