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
公式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:\/\/*\/*"
    ]
}