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 |
官方網址 | 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" } ] } |