eSell Plus - Mercado Livre

Ferramenta Analítica para Vendedores Profissionais do Mercado Livre

Co to jest eSell Plus - Mercado Livre?

eSell Plus - Mercado Livre to rozszerzenie Chrome opracowane przez http://esell.plus, a jego główną funkcją jest „Ferramenta Analítica para Vendedores Profissionais do Mercado Livre”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eSell Plus - Mercado Livre

Pobierz pliki rozszerzeń eSell Plus - Mercado Livre w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extensão da eSell Plus que habilita funções e gráficos com detalhes dos principais produtos monitorados vendidos no Mercado Livre BR (mercadolivre.com.br) e no Google Shopping BR (google.com.br/shopping)                    

Podstawowe informacje o rozszerzeniu

Nazwa eSell Plus - Mercado Livre eSell Plus - Mercado Livre
ID eminehfjfkejhfedhlbheeaiihfdpdhn
Oficjalny URL https://chrome.google.com/webstore/detail/esell-plus-mercado-livre/eminehfjfkejhfedhlbheeaiihfdpdhn
Opis Ferramenta Analítica para Vendedores Profissionais do Mercado Livre
Rozmiar pliku 528 KB
Liczba instalacji 272
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2019-12-03
Data Publikacji 2019-12-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://esell.plus
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://esell.plus
Adres URL Strony Polityki Prywatności https://grupo.plus/privacidade
Obsługiwane Języki pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eSell Plus - Mercado Livre",
    "version": "2.3",
    "description": "Ferramenta Anal\u00edtica para Vendedores Profissionais do Mercado Livre",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.mercadolivre.com.br\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mercadolivre.com.br\/*"
            ],
            "js": [
                "mercadolivre\/all.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mercadolivre.com.br\/*"
            ],
            "exclude_matches": [
                "*:\/\/imoveis.mercadolivre.com.br\/*",
                "*:\/\/servicos.mercadolivre.com.br\/*"
            ],
            "css": [
                "mercadolivre\/content.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/in-view.min.js",
                "js\/apexcharts.js",
                "mercadolivre\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.esell.plus\/*"
            ],
            "css": [
                "site\/content.css"
            ]
        }
    ],
    "offline_enabled": false,
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "web_accessible_resources": [
        "img\/limite.png",
        "img\/monitorar.png",
        "img\/sem-vendas.png"
    ]
}