eBay Real Sell Price

Shows the real sold price for eBay items

O que é eBay Real Sell Price?

eBay Real Sell Price é uma extensão do Chrome desenvolvida por nathan.huff89, e sua principal característica é "Shows the real sold price for eBay items".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão eBay Real Sell Price

Baixe arquivos de extensão eBay Real Sell Price 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

                        This lightweight browser extension will show you the actual sold price for completed eBay listings when a Best Offer was accepted.                    

Informações Básicas da Extensão

Nome eBay Real Sell Price eBay Real Sell Price
ID lcmdfjmgigndemlclpkpnjoocbedaneg
URL Oficial https://chromewebstore.google.com/detail/ebay-real-sell-price/lcmdfjmgigndemlclpkpnjoocbedaneg
Descrição Shows the real sold price for eBay items
Tamanho do Arquivo 16.81 KB
Contagem de Instalações 68
Versão Atual 1.0
Última Atualização 2020-10-07
Data de Publicação 2020-10-07
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor nathan.huff89
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Real Sell Price",
    "description": "Shows the real sold price for eBay items",
    "version": "1.0",
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ebay.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}