Amazon Order History Downloader

Export Amazon order history data to Excel or Google Sheets

Amazon Order History Downloader क्या है?

Amazon Order History Downloader https://www.orderproanalytics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Amazon order history data to Excel or Google Sheets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Order History Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you an Amazon seller looking for a powerful tool to efficiently manage and analyze your orders? Look no further! Our Amazon Order Exporter Chrome extension is designed to streamline your order data and provide you with valuable insights.

Key Features:

📦 CSV Order Export: With just a few clicks, export your Amazon orders into a neatly organized CSV file. Keep track of your sales by year, making financial record-keeping a breeze.

🛍️ Product Grouping: Easily categorize your orders based on the ordered items/products. 

📊 Google Sheets Integration: Take your data analysis to the next level by exporting your Amazon orders and product details directly into Google Sheets. Keep your financial data up to date and accessible from anywhere.

🧾 Organized Reports: Keep your business data organized and accessible. Create separate sheets for orders and product grouping, making it simple to find the information you need.

📦 Need a New Feature:
Have a suggestion for a new feature or improvement? We value your feedback! Visit our website https://www.orderproanalytics.com/ to submit your feature requests on our contact us page.

Support: 
For any questions, issues, or assistance, please don't hesitate to contact our dedicated support team. We're here to help!

Currently supported:
amazon.com.au, .ca, .sg, .in, co.uk, com, .com.mx (partial). 

The extension can be ran on other Amazon domains (.de, .co.jp etc) however, support might be limited.                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Order History Downloader Amazon Order History Downloader
ID gnemaookpcekfeidmgocagofgijpoced
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-order-history-down/gnemaookpcekfeidmgocagofgijpoced
विवरण Export Amazon order history data to Excel or Google Sheets
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 71
वर्तमान संस्करण 1.2.7
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2024-01-16
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर https://www.orderproanalytics.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.orderproanalytics.com/
सहायता पृष्ठ URL https://www.orderproanalytics.com/
गोपनीयता नीति पृष्ठ URL https://orderproanalytics.com/privacy-statement
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Export Amazon order history data to Excel or Google Sheets",
    "version": "1.2.7",
    "manifest_version": 3,
    "name": "Amazon Order History Downloader",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Amazon Order History Downloader",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications",
        "downloads",
        "identity"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/www.amazon.com\/",
        "https:\/\/amazon.ca\/",
        "https:\/\/amazon.com.au\/",
        "https:\/\/amazon.in\/",
        "https:\/\/amazon.sg\/",
        "https:\/\/amazon.co.uk\/",
        "https:\/\/amazon.es\/",
        "https:\/\/amazon.com.mx\/",
        "https:\/\/amazon.co.jp\/",
        "https:\/\/amazon.de\/",
        "https:\/\/amazon.nl\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/amazon.ca\/*",
                "https:\/\/amazon.com.au\/*",
                "https:\/\/amazon.in\/*",
                "https:\/\/amazon.sg\/*",
                "https:\/\/amazon.co.uk\/*",
                "https:\/\/amazon.es\/*",
                "https:\/\/amazon.com.mx\/*",
                "https:\/\/amazon.co.jp\/*",
                "https:\/\/amazon.de\/*",
                "https:\/\/amazon.nl\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "content_script.bundle.js"
            ]
        }
    ]
}