window.pipedriveLeadboosterConfig = {
base : 'leadbooster-chat.pipedrive.com',
companyId : 11580370,
playbookUuid: '22236db1-6d50-40c4-b48f-8b11262155be',
version : 2,
}
;(function () {
var w = window
if (w.LeadBooster) {
console.warn('LeadBooster existe déjà')
} else {
w.LeadBooster = {
q : [],
on : function (n, h) {
this.q.push({ t : 'o', n : n, h : h })
},
trigger : function (n) {
this.q.push({ t : 't', n : n })
},
}
}
})()
Staff Augmentation - The Codest