eSell Plus - Mercado Livre
Ferramenta Analítica para Vendedores Profissionais do Mercado Livre
Qu'est-ce que eSell Plus - Mercado Livre ?
eSell Plus - Mercado Livre est une extension Chrome développée par http://esell.plus, et sa fonction principale est "Ferramenta Analítica para Vendedores Profissionais do Mercado Livre".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eSell Plus - Mercado Livre
Téléchargez les fichiers d'extension eSell Plus - Mercado Livre au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | eminehfjfkejhfedhlbheeaiihfdpdhn |
URL Officiel | https://chrome.google.com/webstore/detail/esell-plus-mercado-livre/eminehfjfkejhfedhlbheeaiihfdpdhn |
Description | Ferramenta Analítica para Vendedores Profissionais do Mercado Livre |
Taille du Fichier | 528 KB |
Nombre d'Installations | 272 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2019-12-03 |
Date de Publication | 2019-12-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://esell.plus |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://esell.plus |
URL de la Page de Politique de Confidentialité | https://grupo.plus/privacidade |
Langues Prises en Charge | 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" ] } |