WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Order History Exporter for Amazon

Order History Exporter for Amazon

View on Chrome Web Store
View Order History Exporter for Amazon Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export your Amazon order history as JSON or CSV files
Type
Extension
Users
31 users
1
exte**************
View author page of exte**************
Published
Published on January 31, 2026
Version 1.2.0
Manifest version
3
Updated
Updated on February 24, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Order History Exporter for Amazon Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.2.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.be\/*"
    ],
    "action": {
        "default_icon": {
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.com\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.com\/*your-orders*",
                "*:\/\/*.amazon.co.uk\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.co.uk\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.co.uk\/*your-orders*",
                "*:\/\/*.amazon.de\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.de\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.de\/*your-orders*",
                "*:\/\/*.amazon.fr\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.fr\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.fr\/*your-orders*",
                "*:\/\/*.amazon.it\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.it\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.it\/*your-orders*",
                "*:\/\/*.amazon.es\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.es\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.es\/*your-orders*",
                "*:\/\/*.amazon.ca\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.ca\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.ca\/*your-orders*",
                "*:\/\/*.amazon.co.jp\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.co.jp\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.co.jp\/*your-orders*",
                "*:\/\/*.amazon.in\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.in\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.in\/*your-orders*",
                "*:\/\/*.amazon.com.au\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.com.au\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.com.au\/*your-orders*",
                "*:\/\/*.amazon.com.br\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.com.br\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.com.br\/*your-orders*",
                "*:\/\/*.amazon.com.mx\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.com.mx\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.com.mx\/*your-orders*",
                "*:\/\/*.amazon.com.be\/*gp\/your-account\/order-history*",
                "*:\/\/*.amazon.com.be\/*gp\/css\/order-history*",
                "*:\/\/*.amazon.com.be\/*your-orders*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top