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…

O que é What Did It Sell For??

What Did It Sell For? é uma extensão do Chrome desenvolvida por TheWarySparrow, e sua principal característica é "When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão What Did It Sell For?

Baixe arquivos de extensão What Did It Sell For? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome What Did It Sell For? What Did It Sell For?
ID pkdhbflcnaiioopckfgblfjlbnkjkjfc
URL Oficial https://chrome.google.com/webstore/detail/what-did-it-sell-for/pkdhbflcnaiioopckfgblfjlbnkjkjfc
Descrição When under a sold listing in eBay where the seller has accepted a Best Offer price, clicking the WDISF? button in Chrome will…
Tamanho do Arquivo 10.43 KB
Contagem de Instalações 59
Versão Atual 1.0
Última Atualização 2015-04-03
Data de Publicação 2015-04-03
Classificação 1.00/5 Total de 4 Avaliações
Desenvolvedor TheWarySparrow
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}