Title: Privileged Listing Assistant
Author: privilegedusa
Published: <strong>2026 年 5 月 18 日</strong>
Last modified: 2026 年 5 月 18 日

---

搜尋外掛

![](https://ps.w.org/privileged-listing-assistant/assets/banner-772x250.png?rev=
3535932)

![](https://ps.w.org/privileged-listing-assistant/assets/icon-256x256.png?rev=3535932)

# Privileged Listing Assistant

 由 [privilegedusa](https://profiles.wordpress.org/brandonrevering/) 開發

[下載](https://downloads.wordpress.org/plugin/privileged-listing-assistant.0.1.16.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/privileged-listing-assistant/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/privileged-listing-assistant/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/privileged-listing-assistant/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/privileged-listing-assistant/#developers)

 [技術支援](https://wordpress.org/support/plugin/privileged-listing-assistant/)

## 外掛說明

Privileged Listing Assistant helps WooCommerce store admins create reviewable product
listing drafts from product images and optional seller notes.

The free version focuses on a simple admin-side workflow:

 * choose a product image or a custom generation image
 * optionally add notes like brand, condition, size, or cost
 * generate a draft title
 * generate a short description
 * generate a long description
 * generate a suggested price range for review
 * review everything before applying it to the product editor

Important behavior:

 * nothing is auto-published
 * generated content is previewed before it is applied
 * the plugin does not overwrite the live product price fields
 * suggested price is stored as plugin meta only
 * the user still saves or updates the product normally
 * the OpenAI API key is stored server-side only and is never exposed in frontend
   JavaScript

#### External service disclosure

This plugin connects to the OpenAI API to generate product listing drafts. The external
request is made only when an authorized store admin clicks the generation button
in the WooCommerce product editor.

Data sent to OpenAI may include the generation prompt, selected product image URL
or product image URLs, optional seller notes, brand, condition, size, tone, cost
reference, and basic product category context. The plugin does not send data automatically
on activation, page load, or product save.

A site owner must provide their own OpenAI API key before generation can be used.
OpenAI’s terms and privacy policy are available here:

 * Terms: https://openai.com/policies/terms-of-use
 * Privacy Policy: https://openai.com/policies/privacy-policy

## 安裝方式

 1. Upload the plugin folder to `/wp-content/plugins/privileged-listing-assistant`.
 2. Activate the plugin through the WordPress Plugins screen.
 3. Make sure WooCommerce is installed and active.
 4. Go to **WooCommerce  Privileged Listing Assistant**.
 5. Enter your OpenAI API key and save settings.
 6. Open a WooCommerce product and use the **Privileged Listing Assistant** box.

## 常見問題集

### Does this change my live WooCommerce price automatically?

No. The suggested price range is saved only as plugin meta for review.

### Can I use it before the product is saved?

Yes. On a brand-new product, choose a custom generation image inside the product
editor box.

### Does the API key get exposed in frontend JavaScript?

No. Requests are sent server-side only. The API key is saved in WordPress options
and is not localized into admin JavaScript.

### When is data sent to OpenAI?

Data is sent only when an authorized admin requests draft generation from the WooCommerce
product editor.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Privileged Listing Assistant〉的開發相關工作。

參與者

 *   [ privilegedusa ](https://profiles.wordpress.org/brandonrevering/)

[將〈Privileged Listing Assistant〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/privileged-listing-assistant)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/privileged-listing-assistant/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/privileged-listing-assistant/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/privileged-listing-assistant/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/privileged-listing-assistant/)。

## 變更記錄

#### 0.1.16

 * Removed the manual load_plugin_textdomain() call because WordPress.org no longer
   requires it for plugins hosted in the directory.

#### 0.1.15

 * Renamed the plugin to Privileged Listing Assistant for WordPress.org submission
   readiness.
 * Updated the plugin slug, main plugin file name, text domain, readme, and admin
   labels.
 * Added a WooCommerce dependency header and a graceful admin notice when WooCommerce
   is not active.
 * Added clearer external service disclosure for OpenAI API usage.
 * Updated WordPress.org banner and icon branding assets.

#### 0.1.14

 * Prepared the plugin package for WordPress.org review.

#### 0.1.13

 * Updated the plugin text domain and submission metadata for WordPress.org readiness.
 * Added GPL license headers to the main plugin file.
 * Hardened request sanitization and simplified uninstall cleanup.

#### 0.1.12

 * Added a subtle branded banner treatment to the settings-page hero area.
 * Added a Planned Pro Version card to preview future marketplace and advanced features.
 * Added spacing polish between settings-side cards for a cleaner layout.

#### 0.1.11

 * Added a more polished WooCommerce settings page layout with a clearer header 
   and cleaner card-based sections.
 * Prepared a matching WordPress.org asset bundle with icon and banner sizes for
   submission.

#### 0.1.10

 * Updated the WooCommerce submenu label to Privileged Listing Assistant for consistent
   branding.
 * Removed the price-range apply checkbox and clarified that price suggestions are
   informational only.
 * Improved apply-state messaging and added a safer empty-preview check.
 * Added uninstall cleanup for plugin settings and plugin-owned product meta.
 * Tightened the readme for a cleaner submission-ready free version.

#### 0.1.9

 * Updated the metabox title to Privileged Listing Assistant for clearer readability.
 * Removed the Pro features coming later box from the free-version UI.
 * Tightened the metabox helper copy for a cleaner edit-screen experience.

#### 0.1.8

 * Refocused the free version on title, short description, long description, and
   suggested price range.
 * Reserved tags, bullet highlights, attributes, category suggestions, SEO meta 
   descriptions, and SKU ideas for a future Pro version.

#### 0.1.7

 * Added SEO meta description suggestions to generation, preview, and save flow.
 * Added SKU ideas to generation, preview, and save flow.
 * Made Apply able to fill the WooCommerce SKU field with the first suggested SKU
   when the SKU field is empty.

#### 0.1.6

 * Added bullet highlights to draft generation, preview, and apply flow.
 * Added attribute suggestions to draft generation and preview.
 * Added attribute suggestion saving into plugin meta and WooCommerce product attributes
   on product save when applied.

#### 0.1.4

 * Fixed the product title apply behavior so the placeholder prompt no longer sits
   on top of generated titles after applying.
 * Polished the draft preview UI with clearer sections, helper text, and quick preview
   actions.
 * Added a clear preview action so it is easier to reset the box before generating
   again.

#### 0.1.3

 * Fixed short description application so the generated short description fills 
   the WooCommerce short description editor more reliably.
 * Added an optional setting in the box to also set the chosen custom generation
   image as the product image when applying.
 * Repositioned the listing assistant box so it loads just below Publish and above
   Product image.

#### 0.1.2

 * Added a custom generation image picker so drafts can be generated before the 
   product is fully saved.
 * Kept the normal WooCommerce save flow intact.

#### 0.1.1

 * Moved the listing assistant box lower in the sidebar and made Apply Draft fill
   the product editor fields client-side instead of writing directly to the database.
 * Reduced the chance of edit-screen save conflicts by avoiding background product
   updates during apply.

#### 0.1.0

 * Initial foundation patch.

## 中繼資料

 *  版本 **0.1.16**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.4 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/privileged-listing-assistant/)
 * 標籤:
 * [product descriptions](https://tw.wordpress.org/plugins/tags/product-descriptions/)
   [product listings](https://tw.wordpress.org/plugins/tags/product-listings/)[woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/privileged-listing-assistant/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/privileged-listing-assistant/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/privileged-listing-assistant/reviews/)

## 參與者

 *   [ privilegedusa ](https://profiles.wordpress.org/brandonrevering/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/privileged-listing-assistant/)