
外掛標籤
開發者團隊
原文外掛簡介
Conversell brings AI-powered conversational commerce to your WooCommerce store. When a visitor browses your products, Conversell can engage them with helpful product information, answer questions, and guide them toward a purchase, just like a knowledgeable sales associate.
External services
This plugin connects to the following external services to provide its conversational AI functionality:
Convex (Cloud Backend)
Service: Session management, AI conversation routing, product catalog sync, webhook delivery
Data sent: Store URL and ID, product catalog data, visitor session and behavioral signals, conversation history, order metadata
When: On page load (theme config), product updates, checkout completion, plugin activation/deactivation, periodic heartbeat
Links: Terms of Service, Privacy Policy
OpenRouter (AI Provider)
Service: Routes conversation prompts to language models (DeepSeek V4 Flash)
Data sent: Visitor messages and AI conversation content
When: When a visitor interacts with the chat widget
Links: Terms of Service, Privacy Policy
Source Code
The source code for this plugin is included in the plugin ZIP under:
– widget/src/ – widget React source (built to assets/widget.js)
– dashboard/src/ – dashboard React source (built to assets/dashboard/index.js)
Build tools required: Node.js 18+, npm 9+
Build command: npm install && npm run build
