Requirement
Add live chat to the SCA website using an extension. Code needs to be added to the head tag of the shopping application.
Solution
Append the code given to head tag using the formula
jQuery('head').append(jQuery("<script>your script content here<\/script>"));