Skip to content

Latest commit

 

History

History

liveagent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LiveAgent Scripts

liveagent-clickafy-urls.user.js

Intended for the Events Support team. Works on the LiveAgent platform. The script makes the following strings / URLs clickable and will open in a new tab / window:

  • User's site URL
  • Issue Tracker ID
    • Central ticket ID (works with both 123456 and #123456 formats)
    • Jira ticket ID
  • user ID
  • Sandbox site URL

liveagent-plugin-versions.user.js

Intended for the Products Support team. Works on the LiveAgent platform. The script displays the version numbers of our plugins by release date at the top of the screen. The script has to be manually updated with new version numbers after a new release. Update notes are in the file.

You can customize the script with adjusting the following variables:

  • log - Boolean, to enable logging in the console for troubleshooting. Default: false
  • startHidden - Boolean, whether the table should be hidden or visible on load. Default: true
  • startRight - String, e.g. '350'. Defines the starting position of the table, which is the distance from the right edge of the browser window. Default: 350
  • secondColumnWidth - Integer, to set the width of the first two columns of the table. Default: 70
  • initialRows - Integer, to set how many rows should be shown on load and on collapsing the table. Default: 1
  • scrollOnCollapse - Boolean, whether the plugin versions should scroll to the most recent version (the bottom of the table) on collapse. Default: true
  • expandedHeight - Integer, to set the height of the table when expanded. Default: 300

Note: the changes on script update will be lost.

Sample screenshot

image