Extension Settings Widget - Zoho People
A configurable page within the extension that enables administrators to manage and update extension-specific settings. Built using HTML and JavaScript, it allows admins to define preferences, control features, and maintain configurations during and after installation, ensuring the extension functions as intended.
When an extension is installed in Zoho People, it may require certain configurations as listed below. Instead of hardcoding these values, the Extension Settings Widget allows administrators to configure and manage them easily through the user interface.
- API keys
- Feature toggles (enable or disable options)
- Workflow preferences
- Integration details (for instance, connecting another application)
- The developer builds the widget using HTML/JS and packages it with the ZET CLI tool.
- The package is then added to a Connected App in the Extension environment.
- Configure the extension setting widget using the connected app details.
- Publish the extension.
- Upon installing the extension in Zoho People marketplace, admins can access the widget within the Extensions app.
- Login to you sigma.zoho.com workspace
- Create new or edit a existing Extension to add Setting Widget to it.
To create or edit extension, refer to Extensions.

- In your extension application, navigate to Developer Space, Extension Settings Widget.

- Ensure that the Connected App is set up to use it in the settings widget.
- Click Create Extension Settings Widget.

- Enter the Setting Widget name and description

- Enter the connected app sandbox and production URLs.
- Click Save.
You can view and execute actions within extension setting widget in Zoho People marketplace.
To view and use your Extension Setting Widget:
- Login to you Zoho People account.
- Go to Settings > Marketplace > Extension > Installed.

- On the installed Extension, click View Details. At the top right you can view and use the Extension Settings Widget.
