eSell Plus - Mercado Livre

Ferramenta Analítica para Vendedores Profissionais do Mercado Livre

eSell Plus - Mercado Livre란 무엇입니까?

eSell Plus - Mercado Livre은(는) http://esell.plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ferramenta Analítica para Vendedores Profissionais do Mercado Livre"입니다.

확장 프로그램 스크린샷

screenshot

eSell Plus - Mercado Livre 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 eSell Plus - Mercado Livre eSell Plus - Mercado Livre
ID eminehfjfkejhfedhlbheeaiihfdpdhn
공식 URL https://chrome.google.com/webstore/detail/esell-plus-mercado-livre/eminehfjfkejhfedhlbheeaiihfdpdhn
설명 Ferramenta Analítica para Vendedores Profissionais do Mercado Livre
파일 크기 528 KB
설치 횟수 272
현재 버전 2.3
최근 업데이트 2019-12-03
출시 날짜 2019-12-03
평점 5.00/5 총 2 개의 평점
개발자 http://esell.plus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://esell.plus
개인정보 보호 정책 페이지 URL https://grupo.plus/privacidade
지원되는 언어 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"
    ]
}