Create Extensions
Summary
Create Extensions is the complete guide to building Zoho Writer extensions from scratch using Sigma IDE. This section covers workspace creation, building your extension, testing, and sharing privately.
Overview
The process includes:
- Creating a Sigma workspace
- Building your extension with HTML/JavaScript
- Configuring the plugin manifest
- Testing the extension in Zoho Writer
- Sharing private extensions with team members
Create Extensions Steps
Step 1: Create Workspace
Set up your development environment in Sigma.
Step 2: Build Extension
Develop your extension using HTML, CSS, and JavaScript.
Step 3: Test Extension
Test your extension in the Zoho Writer environment.
Step 4: Share Private Extensions
Share your private extension with team members.
Share Private Extensions Guide →
Development Workflow
1. Navigate to Sigma ↓ 2. Create Workspace ↓ 3. Create New Extension ↓ 4. Select Zoho Writer ↓ 5. Configure plugin-manifest.json ↓ 6. Develop Extension Code ↓ 7. Test Extension ↓ 8. Publish Extension ↓ 9. Share with Users
Extension Types
| Type | Access | Review Required | Availability |
|---|---|---|---|
| Private | Organization users only | No | Immediate |
| Public | All Zoho users | Yes (marketplace review) | After approval |
Key Resources
- Sigma IDE — Development environment
- plugin-manifest.json — Configuration file
- writer-widget.html — Extension code
- Zoho Writer — Testing environment
Best Practices
- Start with simple extensions
- Use meaningful naming conventions
- Test thoroughly before sharing
- Document your extension
- Gather user feedback and iterate