AI 产品解读Automates product listing management and promotional campaign setup on the Webasyst developer dashboard
Saves developers time by automating repetitive tasks: filtering products by status, applying bulk discounts/promotions, and publishing products with automatic confirmation steps.
User navigates to Webasyst developer products page → Extension adds status filter dropdown → User selects products via checkboxes → User opens promo panel, sets discount % and dates → Extension queues the action → Extension automatically navigates to each product, fills discount fields, saves, publishes, and confirms → Progress shown in overlay bar → Batch completes when all products processed
Status-based product filtering (published, draft, awaits, cancelled, etc.)Bulk promotion/discount application with configurable percentage (up to 30%) and date range (up to 7 days)Automated publish workflow with confirmation handlingProgress tracking and pause/stop controls during batch operations
- 目标用户
- Webasyst platform developers / Product managers managing multiple products on Webasyst
- Analysis based on static source code only; no runtime behavior verification
- Webasyst platform UI may change, potentially breaking selectors used by the extension
- Extension relies on localStorage for queuing; data loss possible if browser clears storage
付费分析未识别到付费功能
The extension is free and does not implement any payment, subscription, or upgrade logic. The keyword 'pro' matched in static analysis refers to 'promo' (promotional campaigns), not 'Pro' tier. There are no references to Stripe, billing, licenses, or paid feature gates in the source code.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates exclusively on https://www.webasyst.ru/my/developer/..., which is the logged-in developer dashboard of Webasyst. The code checks for 'webasyst.ru/my/' in the URL (content.js:21) and interacts with authenticated elements like product tables, promo panels, and publish buttons. Without a Webasyst developer account login, the core workflow cannot be accessed or executed.