eBay Real Sell Price

Shows the real sold price for eBay items

Co to jest eBay Real Sell Price?

eBay Real Sell Price to rozszerzenie Chrome opracowane przez nathan.huff89, a jego główną funkcją jest „Shows the real sold price for eBay items”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eBay Real Sell Price

Pobierz pliki rozszerzeń eBay Real Sell Price w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
Oficjalny URL https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
Opis Shows the real sold price for eBay items
Rozmiar pliku 16.81 KB
Liczba instalacji 68
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-07
Data Publikacji 2020-10-07
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper nathan.huff89
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}