AI 产品解读Discount and affiliate link generation tool for Chinese e-commerce platforms
Helps users find discounts (rebates/commissions) on products from Taobao, Tmall, 1688, and Pinduoduo, and generates special affiliate links to earn those discounts.
User installs extension -> Logs into chietkhau1688.vn to get a token (saved by extension) -> Browses Taobao/Tmall/1688 -> Extension detects product URL -> Sends URL + Token to backend API -> API returns discount info and affiliate link -> Extension displays discount amount and provides 'Get Link' button -> User clicks link to buy with discount.
Check if a product has available discountsGenerate affiliate links for productsSupport for Taobao, Tmall, 1688, and PinduoduoCart integration for Taobao and 1688 to check discounts for multiple shopsDisplay discount rates and amounts
- 目标用户
- Vietnamese shoppers importing from Chinese platforms / Dropshippers / Affiliate marketers
- The extension's backend API behavior is not fully observable, but the client-side token usage is clear. The exact nature of the 'chietkhau1688.vn' service (free vs freemium) is inferred from the lack of paid UI in the extension.
付费分析未识别到付费功能
There is no evidence of paid features within the extension or the destination service workflow. The extension checks for 'chiết khấu' (discounts) and provides affiliate links. The keyword 'pro' detected in static analysis refers to CSS properties (propertychange) or jQuery license text, not a paid plan. The keywords 'checkout' and 'purchase' refer to the shopping cart functionality of the target sites (Taobao/1688), not the extension's billing. The extension appears to be a free tool for finding discounts.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension relies on a 'token' stored in chrome.storage to authenticate requests to the backend service (chietkhau1688.vn). The token is retrieved via `tool.getStorageToken()` and sent with every API call (`data.token = token`). The `local.js` file shows logic to read a token from the website's DOM (`$('#ApiToken').text()`) and save it, implying the user must log in to the website to obtain this token. The extension itself does not have a login UI, but the core functionality (checking discounts) fails without this token, which is obtained from the destination service.