| 开发者 | timesaverbot |
|---|---|
| 更新时间 | 2026年6月4日 18:06 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
app.timesaverbot.com. The following external connections are made:
POST /Provision/WordPressInstall) — Called once during the setup wizard to create your workspace. Sends: site URL, installation ID, WordPress version, plugin version, admin email.GET /Provision/WordPressDashboardSummary) — Called when loading the Dashboard page. Returns aggregated usage metrics.POST /Auth/CreateOperationToken) — Called when you navigate to Chat, Leads, or Knowledge Base. Issues a short-lived authentication token.app.timesaverbot.com.app.timesaverbot.com with automatic authentication.embed.js) — Loaded on every frontend page after wizard completion. The script is served from widget.timesaverbot.com and renders the chat widget inside an iframe. It sends your tenant ID and channel ID as data attributes.timesaverbot folder to /wp-content/plugins/.No. The setup wizard automatically provisions a workspace for your site. No separate registration or login is required.
When you click "Start setup" in the wizard, the plugin sends:
Plugin settings (installation ID, secret, tenant IDs) are stored locally in WordPress options (wp_options table). Your chatbot configuration, conversations, and leads are stored on the TimeSaverBot platform. No data is stored on any other third-party service.
All settings and your installation identity are preserved. Reactivating the plugin restores your connection to TimeSaverBot without re-running the wizard. Your workspace and data on TimeSaverBot remain intact.
Plugin settings are removed from the WordPress database. Your workspace on TimeSaverBot is not deleted — contact TimeSaverBot support if you want your data removed from the platform.
The plugin is designed for single-site WordPress installations. Multisite support is not currently available.
After completing the setup wizard, the plugin automatically injects the TimeSaverBot chat widget script into every frontend page via wp_footer. No manual code changes are needed. The widget does not appear on wp-admin pages. If you deactivate the plugin or reset the wizard, the widget is removed automatically.
Yes. Add define('TSVBOT_WIDGET_URL', 'https://your-custom-url.com'); to your wp-config.php before the plugin loads. The default is https://widget.timesaverbot.com.
See the Troubleshooting section on the Help page inside the plugin (TimeSaverBot → Help), or refer to the plugin's SECURITY.md file for CSP/frame-ancestors configuration requirements.