eBay Real Sell Price
Shows the real sold price for eBay items
What is eBay Real Sell Price?
eBay Real Sell Price is a Chrome extension developed by nathan.huff89, and its main feature is "Shows the real sold price for eBay items".
Extension Screenshots
Download eBay Real Sell Price Extension CRX File
Download eBay Real Sell Price extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.
Extension Basic Information
Name | eBay Real Sell Price |
ID | lcmdfjmgigndemlclpkpnjoocbedaneg |
Official URL | https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg |
Description | Shows the real sold price for eBay items |
File Size | 16.81 KB |
Installation Count | 68 |
Current Version | 1.0 |
Last Updated | 2020-10-07 |
Publish Date | 2020-10-07 |
Rating | 1.00/5 Total 2 Ratings |
Developer | nathan.huff89 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |