Cálculos Mercado Livre
Exibe informações extras sobre um anúncio
Vad är Cálculos Mercado Livre?
Cálculos Mercado Livre är en Chrome-tillägg utvecklad av dev+chrome, och dess huvudfunktion är "Exibe informações extras sobre um anúncio".
Tilläggsskärmbilder
Ladda ner Cálculos Mercado Livre-förlängningens CRX-fil
Ladda ner Cálculos Mercado Livre-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kciklomoepmlnofhghfmlnhgolnjackh |
| Officiell webbadress | https://chromewebstore.google.com/detail/c%C3%A1lculos-mercado-livre/kciklomoepmlnofhghfmlnhgolnjackh |
| Beskrivning | Exibe informações extras sobre um anúncio |
| Filstorlek | 938 KB |
| Antal Installationer | 839 |
| Aktuell Version | 6.6.8.8 |
| Senast Uppdaterad | 2022-09-14 |
| Publiceringsdatum | 2021-08-25 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | dev+chrome |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1gkwRC9bSHztdpVtL8eDAftomRK4vlV0x4rd9nwC9N6k/edit?usp=sharing |
| Stödda Språk | 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"
}
} | |