eSell Plus - Mercado Livre
Ferramenta Analítica para Vendedores Profissionais do Mercado Livre
eSell Plus - Mercado Livre là gì?
eSell Plus - Mercado Livre là một tiện ích mở rộng Chrome được phát triển bởi http://esell.plus, và tính năng chính của nó là "Ferramenta Analítica para Vendedores Profissionais do Mercado Livre".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng eSell Plus - Mercado Livre
Tải xuống các tệp mở rộng eSell Plus - Mercado Livre dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eminehfjfkejhfedhlbheeaiihfdpdhn |
URL Chính Thức | https://chrome.google.com/webstore/detail/esell-plus-mercado-livre/eminehfjfkejhfedhlbheeaiihfdpdhn |
Mô tả | Ferramenta Analítica para Vendedores Profissionais do Mercado Livre |
Kích Thước Tệp | 528 KB |
Số Lần Cài Đặt | 272 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2019-12-03 |
Ngày Phát Hành | 2019-12-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://esell.plus |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://esell.plus |
URL Trang Chính Sách Bảo Mật | https://grupo.plus/privacidade |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |