eBay Real Sell Price
Shows the real sold price for eBay items
什么是eBay Real Sell Price?
eBay Real Sell Price是由nathan.huff89开发的Chrome扩展程序,该扩展的主要功能是“Shows the real sold price for eBay items”。
扩展截图
下载eBay Real Sell Price扩展crx文件
下载eBay Real Sell Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.
扩展基本信息
名称 | eBay Real Sell Price |
ID | lcmdfjmgigndemlclpkpnjoocbedaneg |
官方URL | https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg |
简介 | Shows the real sold price for eBay items |
文件大小 | 16.81 KB |
安装次数 | 68 |
当前版本 | 1.0 |
更新时间 | 2020-10-07 |
上架时间 | 2020-10-07 |
评分 | 1.00/5 共2次评分 |
开发者 | nathan.huff89 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } ] } |