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”。
扩展截图
下载eSell Plus - Mercado Livre扩展crx文件
下载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) 扩展基本信息
| 名称 | |
| 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"
]
} | |