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 |
Eメール | [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" ] } |