eBay Sold History Button

Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.

¿Qué es eBay Sold History Button?

eBay Sold History Button es una extensión de Chrome desarrollada por OpenEnded, y su función principal es "Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión eBay Sold History Button

Descarga archivos de extensión eBay Sold History Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Introducing the eBay Sold History Button Extension, the ultimate game changer for eBay enthusiasts everywhere! With just a click, you'll be able to access the once-missing sales history for any product you desire.

Remember the good ol' days when eBay displayed the sold date, price, and quantity for each item? Well, they took that feature away, but we're here to bring it back with a bang!

Using the extension is a piece of cake! Just open the product page, and you'll spot a shiny "HISTORY" button right next to the product title. Give it a click, and voilà! You'll be presented with the glorious sales history details, including date, price, and quantity.

But wait, there's more! As a delightful bonus, our eBay Sold History Button extension will also treat you to a daily dose of fascinating Amazon products.

Remember that feature eBay took away? Well, I brought it back! Now, you can easily check a product's sales history while shopping. But I need your support to take it to the next level.

If you're a coffee enthusiast and enjoy what I'm doing, why not order me a cup of coffee? Your contribution will fuel my creative juices and help me serve up even more awesomeness.

buymeacoffee.com/baransefa

Thank you for your support! Together, let's create caffeinated wonders! ☕️ 🎉                    

Información Básica de la Extensión

Nombre eBay Sold History Button eBay Sold History Button
ID lhdknendolkhkmfpklppgpbimpbnlgel
URL Oficial https://chromewebstore.google.com/detail/ebay-sold-history-button/lhdknendolkhkmfpklppgpbimpbnlgel
Descripción Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.
Tamaño del Archivo 26.33 KB
Cantidad de Instalaciones 3,525
Versión Actual 0.1
Última Actualización 2023-05-31
Fecha de Publicación 2023-05-30
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador OpenEnded
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.demandbid.com/ebay-sold-history-button-privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "eBay Sold History Button",
    "version": "0.1",
    "description": "Add a 'HISTORY' button to the title on eBay product pages, to open purchase history.",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/itm\/*",
                "https:\/\/*.ebay.com\/itm\/*\/*",
                "https:\/\/*.ebay.co.uk\/itm\/*",
                "https:\/\/*.ebay.co.uk\/itm\/*\/*",
                "https:\/\/*.ebay.com.au\/itm\/*",
                "https:\/\/*.ebay.com.au\/itm\/*\/*",
                "https:\/\/*.ebay.ca\/itm\/*",
                "https:\/\/*.ebay.ca\/itm\/*\/*",
                "https:\/\/*.ebay.de\/itm\/*",
                "https:\/\/*.ebay.de\/itm\/*\/*",
                "https:\/\/*.ebay.fr\/itm\/*",
                "https:\/\/*.ebay.fr\/itm\/*\/*",
                "https:\/\/*.ebay.it\/itm\/*",
                "https:\/\/*.ebay.it\/itm\/*\/*",
                "https:\/\/*.ebay.es\/itm\/*",
                "https:\/\/*.ebay.es\/itm\/*\/*",
                "https:\/\/*.ebay.nl\/itm\/*",
                "https:\/\/*.ebay.nl\/itm\/*\/*",
                "https:\/\/*.ebay.be\/itm\/*",
                "https:\/\/*.ebay.be\/itm\/*\/*",
                "https:\/\/*.ebay.ie\/itm\/*",
                "https:\/\/*.ebay.ie\/itm\/*\/*",
                "https:\/\/*.ebay.at\/itm\/*",
                "https:\/\/*.ebay.at\/itm\/*\/*",
                "https:\/\/*.ebay.ch\/itm\/*",
                "https:\/\/*.ebay.ch\/itm\/*\/*"
            ],
            "js": [
                "ebay_history_button.js"
            ]
        }
    ]
}