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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}