<aside> 💡 Extensions are easy to build. To build an extension, follow simple "If Then" statement logic.

</aside>

Quick links

Anatomy of an Extension

Insight extensions are all structured in the same way

Most conditions and actions require no code and can be specified in the UI, but there's a special action for injecting Javascript that lets users perform more powerful actions.

How to Create Extensions

Conditions

Conditions determine what pages an extension should be run on.

Switching between ANY and ALL

By default, the actions are executed if all the conditions are true, but you can change it to execute when any of the listed conditions are true. (Think AND or OR logic).