Skip to main content

Rigi Documentation

Include RigiJS in your application

Option 1. Install Rigi injector.

This Chrome extension will add the script to each loaded page. For details, see the Install Rigi injector for Chrome guide.

Option 2. Include the script in your application.

Include the following line of code in the <head> section of your web application. This line of code is only required on the staging server and is used for localization purposes only.

<script src="https://rigi.io/code/lib/rigi.min.js"></script>

If you already have your dedicated server, use the following line:

<script scr="https://[tenantId].rigi.io/lib/rigi.min.js"></script>

Option 3. Use a Chrome extension to include custom JS.

You can load custom JS using a Chrome extension such as User JavaScript and CSS.

Extension.png