E4 eBay OBO Reveal

Shows the true best offer price on eBay.

O que é E4 eBay OBO Reveal?

E4 eBay OBO Reveal é uma extensão do Chrome desenvolvida por smpratte, e sua principal característica é "Shows the true best offer price on eBay.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão E4 eBay OBO Reveal

Baixe arquivos de extensão E4 eBay OBO Reveal 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

                        Reveals accepted best offer price on sold ebay items.                    

Informações Básicas da Extensão

Nome E4 eBay OBO Reveal E4 eBay OBO Reveal
ID dgkikacooieebjbahemgpcaldhglalfo
URL Oficial https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo
Descrição Shows the true best offer price on eBay.
Tamanho do Arquivo 8 KB
Contagem de Instalações 131
Versão Atual 1.0
Última Atualização 2020-05-06
Data de Publicação 2020-05-06
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor smpratte
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E4 eBay OBO Reveal",
    "version": "1.0",
    "description": "Shows the true best offer price on eBay.",
    "manifest_version": 2,
    "icons": {
        "64": "e4.png"
    },
    "permissions": [
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.be\/*",
        "https:\/\/*.ebay.ca\/*",
        "https:\/\/*.ebay.cn\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.com.hk\/*",
        "https:\/\/*.ebay.in\/*",
        "https:\/\/*.ebay.ie\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.co.jp\/*",
        "https:\/\/*.ebay.com.my\/*",
        "https:\/\/*.ebay.nl\/*",
        "https:\/\/*.ebay.ph\/*",
        "https:\/\/*.ebay.pl\/*",
        "https:\/\/*.ebay.com.sg\/*",
        "https:\/\/*.ebay.es\/*",
        "https:\/\/*.ebay.se\/*",
        "https:\/\/*.ebay.ch\/*",
        "https:\/\/*.ebay.com.tw\/*",
        "https:\/\/*.ebay.co.th\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.vn\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.cn\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.in\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.co.jp\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.se\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.com.tw\/*",
                "https:\/\/*.ebay.co.th\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "css": [
                "e4.css"
            ],
            "js": [
                "e4.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "e4.png"
    ]
}