Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-10-29 04:19:50

orkneywill
Member
Registered: 2014-10-27
Posts: 5

Chrome Extension - Getting notifications of replies?

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

#2 2014-10-29 06:03:31

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Chrome Extension - Getting notifications of replies?

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

#3 2014-10-31 01:45:58

orkneywill
Member
Registered: 2014-10-27
Posts: 5

Re: Chrome Extension - Getting notifications of replies?

I've added you on Skype remdex for commercial support regarding this smile Many thanks (username is the same as here)

Offline

#4 2014-10-31 03:50:22

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Chrome Extension - Getting notifications of replies?

Accepted smile

Offline

Board footer