eSell Plus - Mercado Livre

Ferramenta Analítica para Vendedores Profissionais do Mercado Livre

eSell Plus - Mercado Livreคืออะไร?

eSell Plus - Mercado Livre เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://esell.plus และคุณลักษณะหลักของมันคือ "Ferramenta Analítica para Vendedores Profissionais do Mercado Livre"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eSell Plus - Mercado Livre

ดาวน์โหลดไฟล์ส่วนขยาย eSell Plus - Mercado Livre ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}