eBay Real Sell Price

Shows the real sold price for eBay items

Qu'est-ce que eBay Real Sell Price ?

eBay Real Sell Price est une extension Chrome développée par nathan.huff89, et sa fonction principale est "Shows the real sold price for eBay items".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension eBay Real Sell Price

Téléchargez les fichiers d'extension eBay Real Sell Price au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.                    

Informations de Base sur l'Extension

Nom eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
URL Officiel https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
Description Shows the real sold price for eBay items
Taille du Fichier 16.81 KB
Nombre d'Installations 68
Version Actuelle 1.0
Dernière Mise à Jour 2020-10-07
Date de Publication 2020-10-07
Évaluation 1.00/5 Total 2 Évaluations
Développeur nathan.huff89
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Real Sell Price",
    "description": "Shows the real sold price for eBay items",
    "version": "1.0",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}