Getting Started with Extensions - Agent Browser Extensibility Framework Quick Start Guide
Content
The prior article provided an introduction to extensibility. Here we aim to help you to kick-start your use of extensions. In this article, we show you how to create a simple extension and how to see it in action.
Writing & Deploying Your First Extension
1. Include Extensibility Script
Every extension should include “extension_loader.js” in order to take advantage of extensibility api’s.
If the base URL of the site is: https://mysite.example.com/AgentWeb/
Then the corresponding script URL for extension_loader.js is: https://mysite.example.com/AgentWeb/module/extensibility/js/client/core/extension_loader.js
15