ZubairWP Pro v1.7

The ultimate Chrome Extension for automating WordPress product descriptions, SEO meta, and intelligent link building.

Download Extension (.zip)

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.

  1. Download and unzip the extension folder.
  2. Open Google Chrome and navigate to chrome://extensions/.
  3. Toggle the Developer mode switch in the top-right corner.
  4. Click the Load unpacked button (top-left).
  5. Select the folder containing the extension files (manifest.json, etc.).
  6. 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

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.