AI 产品解读국내 오픈마켓 상품 수집기 (Korean open market product collector)
Automates the collection/scraping of product information from major Korean e-commerce platforms (Coupang, Naver SmartStore, Naver Brand Store, Musinsa, etc.)
User logs into reversell.kr service via extension options page -> Extension injects content scripts into supported e-commerce sites -> Content scripts scrape product data and send to reversell.kr backend -> Backend processes and returns collected product information
Product data collection from Coupang, Naver SmartStore, Naver Brand Store, MusinsaAutomated scraping of product details, images, categoriesToken-based authentication with reversell.kr backend serviceOptions page for user login and credential management
- 目标用户
- Korean e-commerce sellers / Product researchers / Market analysts in South Korea
- Extension code is partially minified/obfuscated making some analysis difficult
- Backend service behavior at reversell.kr cannot be fully verified from client-side code alone
- Cannot determine if there are usage limits or rate limiting on the free tier
付费分析未识别到付费功能
No evidence of paid features, subscription plans, payment processing, or feature gating based on payment status in the extension code. The extension appears to be free to use, requiring only a free account on reversell.kr. No payment platforms, pricing pages, or upgrade prompts were found in the source code.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires users to log in to the reversell.kr service via the options page. The options page sends credentials (email and password) to https://reversell.kr/chrome/login endpoint and receives a token stored in chrome.storage. The content scripts then use this token (via x-access-token header) to communicate with the reversell.kr backend service. Without authentication, the extension cannot access the product collection functionality which relies on the reversell.kr backend.