Core Features
AI Auto-Writing
Generates HTML-formatted descriptions (H2, p, ul) and concise excerpts using advanced AI models.
Smart SEO Integration
Automatically detects your WordPress Title and populates the Rank Math Focus Keyword field.
Intelligent Linking
Providing raw URLs triggers the AI to contextually weave them into the text with custom style="color:#333399" formatting.
Writing Modes
Choose from Semantic SEO, Hard Sell, Storytelling, Simple, or Technical modes to match your brand voice.
Background Processing
Requests run in the background service worker. You can close the popup immediately after clicking generate.
API Rotation
Supports multiple hardcoded API keys. The system randomly selects one per request to distribute load.
Installation Guide
Since this is a private extension, you must install it using Chrome's Developer Mode.
- Download and unzip the extension folder.
- Open Google Chrome and navigate to
chrome://extensions/. - Toggle the Developer mode switch in the top-right corner.
- Click the Load unpacked button (top-left).
- Select the folder containing the extension files (
manifest.json, etc.). - Pin the extension to your toolbar for easy access.
Note: Ensure manifest.json, background.js, popup.html, popup.js, and content.js are all in the root of the selected folder.
How to Use
1. Open a Product
Navigate to your WordPress Admin dashboard and open any Add Product or Edit Product page.
2. Launch the Extension
Click the extension icon. It will automatically fetch the product title from the WordPress Title field.
3. Configure & Generate
- Writing Mode: Select the tone (e.g., "Hard Sell" or "Semantic SEO").
- SEO Keywords: Add mandatory keywords for the AI to include.
- Links (Optional): Expand the "Link Insertion" details. Paste raw URLs (one per line). The AI will find relevant keywords to anchor these links.
4. Sit Back
Click Generate & Auto-Fill. You can close the popup. After a few seconds, the Description, Short Description, and Rank Math fields will populate automatically.
Developer Configuration
The API keys are managed internally to ensure security and ease of use for the end-user.
Adding/Removing API Keys
To manage the API keys, edit the background.js file:
// background.js
const API_KEYS = [
"ak_eeeee",
"ak_YOUR_NEW_KEY_HERE",
"ak_ANOTHER_KEY_HERE"
];
After editing this file, remember to go to chrome://extensions/ and click the Refresh (circular arrow) icon on the extension card.