eBay Real Sell Price

Shows the real sold price for eBay items

Vad är eBay Real Sell Price?

eBay Real Sell Price är en Chrome-tillägg utvecklad av nathan.huff89, och dess huvudfunktion är "Shows the real sold price for eBay items".

Tilläggsskärmbilder

screenshot

Ladda ner eBay Real Sell Price-förlängningens CRX-fil

Ladda ner eBay Real Sell Price-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
Officiell webbadress https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
Beskrivning Shows the real sold price for eBay items
Filstorlek 16.81 KB
Antal Installationer 68
Aktuell Version 1.0
Senast Uppdaterad 2020-10-07
Publiceringsdatum 2020-10-07
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare nathan.huff89
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}