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?是由TheWarySparrow開發的Chrome擴展程式,該擴展的主要功能是“When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…”。

擴展截圖

screenshot

下載What Did It Sell For?擴展crx文件

下載What Did It Sell For?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}