Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi,
Does anyone know if it is possible to change the Google Chrome extension so that the icon turns red when a customer replies in an active chat? Currently it only highlights for new "pending chats".
I've taken a look through the source code on Github and think the numeric identifier for pending chats is being set on line 70?
function handleMessage(e) {
var action = e.data.split(':')[0];
if (action == 'lhc_chrome') {
chrome.browserAction.setBadgeText({text: e.data.split(':')[1]});
}
}
Many Thanks
Will
Offline
Well,
At the moment really no idea how to change extension. But you can just enable notifications in lhc back office about new messages, not only new chats.
Offline
I've added you on Skype remdex for commercial support regarding this Many thanks (username is the same as here)
Offline
Accepted
Offline