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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}