Cálculos Mercado Livre
Exibe informações extras sobre um anúncio
What is Cálculos Mercado Livre?
Cálculos Mercado Livre is a Chrome extension developed by dev+chrome, and its main feature is "Exibe informações extras sobre um anúncio".
Extension Screenshots
Download Cálculos Mercado Livre Extension CRX File
Download Cálculos Mercado Livre extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ao utilizar essa extensão você poderá: - Ver informações sobre o tipo, categoria e taxa de seu anúncio - Obter o cálculo de lucro e margem baseado nos impostos e custos do produto - Exibir diretamente em sua tela informações adicionais referente ao seu produto
Extension Basic Information
Name | Cálculos Mercado Livre |
ID | kciklomoepmlnofhghfmlnhgolnjackh |
Official URL | https://chromewebstore.google.com/detail/c%C3%A1lculos-mercado-livre/kciklomoepmlnofhghfmlnhgolnjackh |
Description | Exibe informações extras sobre um anúncio |
File Size | 938 KB |
Installation Count | 839 |
Current Version | 6.6.8.8 |
Last Updated | 2022-09-14 |
Publish Date | 2021-08-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | dev+chrome |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1gkwRC9bSHztdpVtL8eDAftomRK4vlV0x4rd9nwC9N6k/edit?usp=sharing |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "C\u00e1lculos Mercado Livre", "version": "6.6.8.8", "description": "Exibe informa\u00e7\u00f5es extras sobre um an\u00fancio", "permissions": [ "*:\/\/api.mercadolibre.com\/*", "*:\/\/*.servidorjulia.workers.dev\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.mercadolivre.com.br\/*" ], "js": [ "JSON.js", "JSON2.js", "JSON3.js", "difalAliquota2.js", "jsonCustos.js", "novoTeste.js" ] } ], "browser_action": { "default_icon": ".\/icons\/icon16.png", "default_popup": "sketch\/popup.html", "dafault_title": "a popup will come here" } } |