Metrify
Ferramenta de análise de marketplaces.
Wat is Metrify?
Metrify is een Chrome-extensie ontwikkeld door https://metrify.com.br, en de belangrijkste functie is "Ferramenta de análise de marketplaces.".
Extensie Screenshots
Download het CRX-bestand van de extensie Metrify
Download Metrify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Metrify é uma aplicação e extensão especializada em análise de métricas para e-commerce em marketplaces como MercadoLivre. Desenvolvida para extrair e exibir informações públicas, mas anteriormente ocultas. Facilita a vida de vendedores ao fornecer dados importantes, como conversões, histórico de visitas, vendas e métricas de concorrência, permitindo uma tomada de decisões mais informada e eficiente em suas lojas.
Basisinformatie over de Extensie
Naam | Metrify |
ID | maochdhckepbdcpgmeghadihjkahgahi |
Officiële URL | https://chromewebstore.google.com/detail/metrify/maochdhckepbdcpgmeghadihjkahgahi |
Beschrijving | Ferramenta de análise de marketplaces. |
Bestandsgrootte | 715 KB |
Aantal Installaties | 12,110 |
Huidige Versie | 1.4.4 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2021-05-26 |
Beoordeling | 2.38/5 Totaal 39 Beoordelingen |
Ontwikkelaar | https://metrify.com.br |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://metrify.com.br |
Help Pagina-URL | https://metrify.com.br/suporte |
URL van de Privacybeleid Pagina | https://www.privacypolicies.com/live/9cad28d0-9418-4d4f-8fd0-f733b2b64ede |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metrify", "author": "Metrify", "version": "1.4.4", "description": "Ferramenta de an\u00e1lise de marketplaces.", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.mercadolivre.com.br\/*", "https:\/\/shopee.com.br\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.mercadolivre.com.br\/*", "https:\/\/produto.mercadolivre.com.br\/*", "https:\/\/lista.mercadolivre.com.br\/*" ], "exclude_matches": [ "https:\/\/www.mercadolivre.com.br\/gz\/checkout\/*", "https:\/\/www.mercadolivre.com.br\/gz\/cart\/*", "https:\/\/mercadolivre.com.br\/anuncie\/hub", "https:\/\/www.mercadolivre.com.br\/video\/*", "https:\/\/mercadolivre.com.br\/anuncie\/*", "https:\/\/www.mercadolivre.com.br\/anuncie", "https:\/\/www.mercadolivre.com.br\/anuncie\/hub", "https:\/\/www.mercadolivre.com.br\/anuncie\/*", "https:\/\/mercadolivre.com.br\/anuncie", "https:\/\/mercadolivre.com.br\/publicar\/*", "https:\/\/mercadolivre.com.br\/gz\/cart\/*", "https:\/\/mercadolivre.com.br\/emissor\/*", "https:\/\/mercadolivre.com.br\/resumo\/*", "https:\/\/mercadolivre.com.br\/metricas\/*", "https:\/\/mercadolivre.com.br\/preferencias-de-venda\/*", "https:\/\/mercadolivre.com.br\/assinaturas\/*", "https:\/\/mercadolivre.com.br\/hub-engine\/*", "https:\/\/mercadolivre.com.br\/meus-alertas\/*", "https:\/\/www.mercadolivre.com.br\/anuncie\/hub", "https:\/\/www.mercadolivre.com.br\/publicar\/*", "https:\/\/www.mercadolivre.com.br\/gz\/cart\/*", "https:\/\/www.mercadolivre.com.br\/emissor\/*", "https:\/\/www.mercadolivre.com.br\/resumo\/*", "https:\/\/www.mercadolivre.com.br\/metricas\/*", "https:\/\/www.mercadolivre.com.br\/preferencias-de-venda\/*", "https:\/\/www.mercadolivre.com.br\/assinaturas\/*", "https:\/\/www.mercadolivre.com.br\/hub-engine\/*", "https:\/\/www.mercadolivre.com.br\/meus-alertas\/*", "https:\/\/myaccount.mercadolivre.com.br\/*", "https:\/\/myaccount.mercadolivre.com.br\/fulfillment\/withdrawals", "https:\/\/myaccount.mercadolivre.com.br\/shipping\/inbounds", "https:\/\/www.mercadolivre.com.br\/anuncios\/*", "https:\/\/www.mercadolivre.com.br\/anuncie\/*\/step_one", "https:\/\/www.mercadolivre.com.br\/anuncios\/lista", "https:\/\/www.mercadolivre.com.br\/perfil\/*", "https:\/\/sistema.mercadolivre.com.br\/*", "https:\/\/www.mercadolivre.com.br\/anuncios\/lista\/fulfillment", "https:\/\/www.mercadolivre.com.br\/perguntas\/*", "https:\/\/www.mercadolivre.com.br\/vendas\/*", "https:\/\/www.mercadolivre.com.br\/myReputation", "https:\/\/vendedores.mercadolivre.com.br\/*", "https:\/\/www.mercadolivre.com.br\/credits\/*", "https:\/\/myaccount.mercadolivre.com.br\/profile*", "https:\/\/www.mercadolivre.com.br\/profile*", "https:\/\/www.mercadolivre.com.br\/security*", "https:\/\/www.mercadolivre.com.br\/reputacao", "https:\/\/eshops.mercadolivre.com.br\/*" ], "js": [ "inject.js" ], "all_frames": true } ], "action": { "default_title": "Metrify", "default_popup": "pop.html", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon.png" } }, "web_accessible_resources": [ { "resources": [ "bemvindo.js", "src\/libs\/*", "src\/eameli.js", "src\/eashopee.js", "inject.js", "src\/lotties\/*" ], "matches": [ "https:\/\/*.mercadolivre.com.br\/*", "https:\/\/shopee.com.br\/*" ] } ] } |