{{ getMessage('remoteServerConfigLabel') }}
{{ getMessage('remoteServerStatusLabel') }}
{{ getRemoteServerStatusText() }}
✓
✗
○
{{ getRemoteServerStatusText() }}
{{ remoteServerStatus.error }}
Connected {{ formatConnectionTime(remoteServerStatus.connectionTime) }}
🔗 Persistent connection - No timeout, stays connected indefinitely
Reconnect attempts: {{ remoteServerStatus.reconnectAttempts }}
👤 User ID:
{{
formatUserId(currentUserId)
}}
Connection Troubleshooting:
- Ensure the remote server is running on {{ remoteServerConfig.serverUrl }}
- Check if the server port is accessible and not blocked by firewall
- Verify the server URL format (should start with ws:// or wss://)
- Try refreshing the page and reconnecting
Browser Settings
URL Opening Behavior
Background Page Behavior:
- URLs open in minimized windows that don't interrupt your workflow
- Pages load in the background and can be accessed from the taskbar
- Useful for automation tasks where you don't need to see the page immediately
- Individual tool calls can still override this setting
{{ getMessage('indexDataManagementLabel') }}
{{ getMessage('indexedPagesLabel') }}
{{ storageStats?.indexedPages || 0 }}
{{ getMessage('indexSizeLabel') }}
{{ formatIndexSize() }}
{{ getMessage('activeTabsLabel') }}
{{ getActiveTabsCount() }}
{{ getMessage('vectorDocumentsLabel') }}
{{ storageStats?.totalDocuments || 0 }}