eBay Real Sell Price
Shows the real sold price for eBay items
Cos'è eBay Real Sell Price?
eBay Real Sell Price è un'estensione di Chrome sviluppata da nathan.huff89, e la sua funzione principale è "Shows the real sold price for eBay items".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eBay Real Sell Price
Scarica i file di estensione eBay Real Sell Price in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.
Informazioni di Base sull'Estensione
Nome | eBay Real Sell Price |
ID | lcmdfjmgigndemlclpkpnjoocbedaneg |
URL Ufficiale | https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg |
Descrizione | Shows the real sold price for eBay items |
Dimensione del File | 16.81 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-10-07 |
Data di Pubblicazione | 2020-10-07 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | nathan.huff89 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |