What Did It Sell For?

When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…

ما هو What Did It Sell For?؟

What Did It Sell For? هو إضافة Chrome تم تطويرها بواسطة TheWarySparrow، والميزة الرئيسية لها هي "When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة What Did It Sell For?

قم بتنزيل ملفات الامتداد What Did It Sell For? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will display a small window in your browser showing the price the seller accepted for their listing, it will also show the form of currency paid.

In order for this add-on to work you must be under the "Sold" category on eBay when searching an item. Look for an item that was sold using the best offer option (the price will have a slash mark through it). Make sure to click "See original listing".                    

معلومات أساسية عن التمديد

الاسم What Did It Sell For? What Did It Sell For?
ID pkdhbflcnaiioopckfgblfjlbnkjkjfc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/what-did-it-sell-for/pkdhbflcnaiioopckfgblfjlbnkjkjfc
الوصف When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…
حجم الملف 10.43 KB
عدد التثبيتات 59
النسخة الحالية 1.0
آخر تحديث 2015-04-03
تاريخ النشر 2015-04-03
تقييم 1.00/5 مجموع تقييمات 4
المطور TheWarySparrow
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Did It Sell For?",
    "version": "1.0",
    "description": "",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon16.png",
            "38": "icons\/icon32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "What Did It Sell For?"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}