AI 产品解读Amazon Japan Order History Filter - enhances Amazon Japan's order history page with advanced filtering, receipt aggregation, and CSV export capabilities
Amazon Japan's native order history page lacks month-based filtering, batch receipt printing for multiple orders, digital/non-digital content filtering, and CSV export. Users needing to track spending, print receipts for expense reports, or manage large order histories have no easy way to do this on Amazon's site.
User navigates to Amazon Japan order history page (must be logged in). Extension adds filtering UI (month selector, digital/non-digital checkboxes, destination filter, keyword search). User selects filters to view filtered orders. User can click to display/print aggregated receipts for selected period or download order data as CSV.
Month-based order filteringDigital vs non-digital content filteringDelivery destination filteringKeyword and order number searchBatch receipt display and printing for selected month/yearOrder history CSV download
- 目标用户
- Amazon Japan customers / Users needing expense reports/receipts from Amazon purchases / Users wanting to analyze their Amazon spending patterns / Users with large order histories needing better organization
- Store detail page was unavailable (fetch error), so no store description/rating/reviews to cross-reference
- Only Japanese locale exists - no English localization files found
- Cannot verify if latest version matches store listing
付费分析未识别到付费功能
The extension is completely free with MIT license. All features (month filtering, receipt printing, CSV export, keyword search) are available without payment. The only paid-related elements are: 1) Donation links (Amazon gift card and wishlist) in the options page for voluntary support, 2) 'payment' keyword hits are about Amazon order payment breakdowns being parsed for receipt display, not payment for the extension. No premium/subscription/paywall logic exists.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates as a content script on Amazon Japan (amazon.co.jp) order history pages. To use the extension's core features, users must be logged into their Amazon Japan account. The extension explicitly handles Amazon sign-in pages (amazon.co.jp/ap/signin*) and has code to redirect users to Amazon's authentication when required. Line 135 shows: 'OPTIONS.LOGIN_REQUIRED_MESSAGE = 'サーバーよりログインを要求されたため、取得を中止しました。リロードしますか?'' (Login required by server). The extension itself has no login system - it relies entirely on Amazon Japan authentication.