eBay Actual Purchase History

See the Item Purchase History an item on eBay.

What is eBay Actual Purchase History?

eBay Actual Purchase History is a Chrome extension developed by webgurudev, and its main feature is "See the Item Purchase History an item on eBay.".

Extension Screenshots

screenshot

Download eBay Actual Purchase History Extension CRX File

Download eBay Actual Purchase History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An add-on/extension for Chrome and Firefox to see the actual eBay Actual Purchase History of an item on eBay. It will create a link for sold text to navigate Actual Purchase History.                    

Extension Basic Information

Name eBay Actual Purchase History eBay Actual Purchase History
ID jfgbhjlbiplfjhbkkkpifmknakhnklde
Official URL https://chromewebstore.google.com/detail/ebay-actual-purchase-hist/jfgbhjlbiplfjhbkkkpifmknakhnklde
Description See the Item Purchase History an item on eBay.
File Size 352 KB
Installation Count 2,478
Current Version 1.2
Last Updated 2023-03-12
Publish Date 2023-03-11
Rating 4.33/5 Total 6 Ratings
Developer webgurudev
Email [email protected]
Payment Type free
Extension Website https://www.smartnex.com
Help Page URL https://ticket.smartnex.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBay Actual Purchase History",
    "version": "1.2",
    "description": "See the Item Purchase History an item on eBay.",
    "icons": {
        "48": "icons\/order-history-icon.png",
        "96": "icons\/order-history-icon.png",
        "128": "icons\/order-history-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.it\/*"
            ],
            "js": [
                "ebayprice.js"
            ]
        }
    ]
}