Managing Plugins
Manage, update, configure, and monitor plugins across your projects and workspace.
Managing Plugins
Plugin Panel Overview
Access the Plugin panel from the left toolbar (puzzle-piece icon). It has three tabs:
| Tab | Content |
|---|---|
| Active | Plugins enabled in the current project |
| Library | All plugins installed in your account |
| Marketplace | Browse and install new plugins |
Updating Plugins
When a plugin update is available, an orange badge appears on the Plugins toolbar icon. To update:
- Open Plugins → Library
- Click the Updates available banner or look for the update badge on individual plugins
- Review the changelog and click Update
Updates are per-plugin, per-library — all projects using that plugin will receive the updated version. If you need to pin a specific version (Enterprise plan), see Version Pinning below.
Version Pinning (Enterprise)
Enterprise workspaces can lock specific plugin versions so that auto-updates don't unexpectedly affect production scenes:
- Open Workspace Settings → Plugins
- Find the plugin and click Pin version
- Select the version to pin from the dropdown
- Click Save — all projects in the workspace will use the pinned version
Workspace Shared Plugins (Team and Enterprise)
Workspace admins can push plugins to all members:
- Go to Workspace Settings → Plugins → Shared Plugins
- Click Add plugin
- Select from your library or enter a Marketplace plugin ID
- Set the sharing scope:
- Available — members can add it to their projects
- Required — auto-added to every new project
Monitoring Plugin Activity
For plugins with network or storage permissions, you can view activity logs:
- Open Editor → Plugins → [Plugin name] → Activity log
- See recent API calls, errors, and storage writes
Logs are retained for 30 days on Pro plans and 90 days on Team/Enterprise.
Plugin Storage
Plugins can store data in two scopes:
| Scope | Limit | Description |
|---|---|---|
| Project storage | 1 MB per plugin | Data saved inside the project file |
| Account storage | 10 MB per plugin | Data shared across all projects |
To view or clear a plugin's stored data:
- Open Editor → Plugins → [Plugin name] → Settings
- Scroll to the Storage section
- Click Clear data to reset stored values
Security and Sandboxing
All plugins run in an isolated sandbox and communicate with the editor through a restricted message-passing API. They cannot access:
- Files on your local device
- Other browser tabs or windows
- Your authentication credentials
If a plugin repeatedly crashes or generates errors, ShapeBox will auto-disable it and notify you with a banner in the editor.