Web extensions

Web extensions are JavaScript applications that you can add to reports. Web extensions can be developed for different purposes. For example, they can provide, enhanced data visualizations or navigation controls.

A web extension is a single zip file with a .webextension file extension. The file contains this content:

  • manifest.xml: file containing the web extension metadata (described below)
  • thumbnail.png: thumbnail shown in the web extensions gallery and the Application Studio full client
  • JavaScript source file
  • Additional optional files and folders, referenced in the JavaScript source file