Rate this page:
This is a continuation of the work started in 1. Creating an extension.
In this introduction guide, you will learn how to:
Client-side Extensions (CSE) comes with some developer tools baked in to help you reveal all extensions points on the page.
To activate it, you need to go to a page that you know is using CSE and set the query parameter ?clientside-extensions
in the URL.
?clientside-extensions
.You should see a glowing blue circle icon in the places where extension points are available.
After revealing the available extension points in a page, you can click on any of the glowing icons to discover all the relevant information of a particular extension point:
You should be able to see:
In the next section, you will learn all about Context.
Now you know:
Next, you’re going to learn how to interact with products using the extensions API
Rate this page: