Skip to main content

Plugin Development

Extending WorkTraq

WorkTraq offers a plugin system for customizing the platform’s functionality, such as adding new UI components or automating specific workflows.

Folder Structure

my-plugin/
├─ manifest.json
├─ index.js
├─ config/
└─ ...