WPS OfficeSmart Plugin
Install an AI assistant in your WPS Office — document processing, data analysis, smart writing and more
Security Certified
Real-time Response
Multi-user Support
MakerSNS AI
WPS Office smart assistant with document processing, data analysis and more
Not installed
Version: 1.1.0
https://agent.makersns.com
Type: wps
Manual Configuration
macOS Manual Setup
For cases where auto-install is unavailable
Instructions:
- Open the Terminal app
- Copy the script below and run it in Terminal
- Restart WPS Office to activate the plugin
#!/bin/bash
# WPS AI Agent Plugin Install Script
# For macOS systems
# Enter the WPS plugin directory
cd ~/Library/Containers/com.kingsoft.wpsoffice.mac/Data/.kingsoft/wps/jsaddons/
# Define the plugin config
PUBLISH_FILE="publish.xml"
PLUGIN_CONTENT='<jspluginonline name="MakerSNS AI " url="https://agent.makersns.com" type="wps" install="null"/>'
CONTENT="<jsplugins>
${PLUGIN_CONTENT}
</jsplugins>"
# Check if file exists and update
if [ -f "$PUBLISH_FILE" ]; then
echo "Existing config file detected, adding plugin..."
sed -i "" "s|</jsplugins>|${PLUGIN_CONTENT}</jsplugins>|g" "$PUBLISH_FILE"
else
echo "Creating a new config file..."
echo "$CONTENT" > "$PUBLISH_FILE"
fi
echo "Plugin config complete! Please restart WPS Office to take effect."
echo "Visit https://agent.makersns.com to use AI features"Need Help?
If you run into issues during installation, we provide detailed docs and technical support