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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eSell Plus - Mercado Livre
قم بتنزيل ملفات الامتداد eSell Plus - Mercado Livre بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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)
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |