eBay Real Sell Price

Shows the real sold price for eBay items

eBay Real Sell Priceคืออะไร?

eBay Real Sell Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nathan.huff89 และคุณลักษณะหลักของมันคือ "Shows the real sold price for eBay items"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay Real Sell Price

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}