eSell Plus - Mercado Livre
Ferramenta Analítica para Vendedores Profissionais do Mercado Livre
Was ist eSell Plus - Mercado Livre?
eSell Plus - Mercado Livre ist eine Chrome-Erweiterung, die von http://esell.plus entwickelt wurde, und ihr Hauptmerkmal ist "Ferramenta Analítica para Vendedores Profissionais do Mercado Livre".
Erweiterungsscreenshots
eSell Plus - Mercado Livre-Erweiterungs-CRX-Datei herunterladen
Laden Sie eSell Plus - Mercado Livre-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eminehfjfkejhfedhlbheeaiihfdpdhn |
| Offizielle URL | https://chrome.google.com/webstore/detail/esell-plus-mercado-livre/eminehfjfkejhfedhlbheeaiihfdpdhn |
| Beschreibung | Ferramenta Analítica para Vendedores Profissionais do Mercado Livre |
| Dateigröße | 528 KB |
| Installationsanzahl | 272 |
| Aktuelle Version | 2.3 |
| Letztes Update | 2019-12-03 |
| Veröffentlichungsdatum | 2019-12-03 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | http://esell.plus |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://esell.plus |
| URL der Datenschutzrichtlinien-Seite | https://grupo.plus/privacidade |
| Unterstützte Sprachen | 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"
]
} | |