Developer GuidePlugin DevelopmentOn this pagePlugin DevelopmentExtending 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/ └─ ...