AI 产品解读Bulk automation tool for Japan Post's ClickPost shipping label service
Eliminates tedious one-by-one manual processing of ClickPost shipping labels. Solves the 40-item import limit, manual per-item payment processing, fragmented PDF output (20 per file), and manual tracking number extraction.
1. User imports shipping address data via CSV or from GoQSystem/marketplace orders. 2. Extension automates bulk application on clickpost.jp (no 40-item limit). 3. One-click bulk payment processing via ClickPost's payment system (Yahoo Wallet, Amazon Pay, SoftBank Payment). 4. All shipping labels output as a single PDF with 4-split printing option. 5. Tracking numbers exported back as CSV for order management.
Bulk CSV import of shipping addresses with no item count limitOne-click automated bulk payment processing for all shipmentsBulk PDF generation of shipping labels as a single file with 4-split printing supportCSV export of addresses with tracking numbers attachedIntegration with GoQSystem order management for marketplace orders (Rakuten, Yahoo Shopping, Amazon, au WOWMA, Crossma)
- 目标用户
- Japanese e-commerce sellers who use Japan Post's ClickPost service for shipping / Multi-marketplace sellers using Rakuten, Yahoo Shopping, Amazon, au WOWMA / GoQSystem order management system users
- Source code is heavily bundled/minified (webpack), making it difficult to identify specific application logic vs. library code
- The large file sizes (content.js=1.3MB, options.js=967KB, background.js=595KB) contain mostly bundled dependencies (jQuery, Vue.js, PDF libraries, SVG rendering)
- Cannot determine whether GoQSystem account integration within the extension requires a paid subscription
付费分析未识别到付费功能
The store description explicitly states '完全無料' (completely free). No payment platforms, subscription APIs, or upgrade/plan keywords were found in source code. The static heuristic returned isPaid=0. However, the description promotes GoQSystem (受注一元管理システム) with a '20日間無料' (20-day free trial), indicating GoQSystem is a separate paid service. The extension itself does not gate any features behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension injects content scripts into clickpost.jp and automates bulk shipping label operations (apply, pay, print) on that site. The user must be logged into their Japan Post/ClickPost account for the core workflow to function. Additionally, the payment flow involves wallet-link.fep.sbps.jp (SoftBank Payment) and payments.amazon.co.jp, which require authenticated sessions. Yahoo OAuth endpoints (auth.login.yahoo.co.jp, userinfo.yahooapis.jp) are also in host permissions, likely for Yahoo Wallet payment authentication.