Funnelyzer - Easily analyze eCommerce data
Funnelyzer is the easiest way to analyze e-commerce stores with just one click.
O que é Funnelyzer - Easily analyze eCommerce data?
Funnelyzer - Easily analyze eCommerce data é uma extensão do Chrome desenvolvida por https://funnelyzer.ai, e sua principal característica é "Funnelyzer is the easiest way to analyze e-commerce stores with just one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Funnelyzer - Easily analyze eCommerce data
Baixe arquivos de extensão Funnelyzer - Easily analyze eCommerce data no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The simplest way to see your digital store's important KPIs and analyze your purchase funnel - fast. What will you get? ✅ Watch the most important KPIs of your store: entries, add to cart, checkout, transactions, revenue, conversion rate, Avg. cart value, frequency ✅ See your store funnel with abandonment percentages between the different steps ✅ Get visual insights for the current period compared to the previous period to make decisions to improve site profits ✅ Filter your store data for common date ranges, such as: Today, yesterday, last week, last month, last quarter, last year ✅ Filter your store data for important filters such as user types, devices, or traffic sources so you can draw accurate conclusions How does it work? Funnelyzer takes your Google Analytics Enhanced eCommerce data and shows your eCommerce funnel with abandoned users and revenue. You can see your data with 3 simple steps: Install Funnelyzer extension ☛ Connect to your Google Analytics account ☛ Analyze your digital store. No worry, we are not saving any of your eCommerce data. Who is Funnelyzer extension for? Our extension is used by retailers, digital store owners, eCommerce managers, marketers, QA testers, UX-UI characteristics, analysts, and anyone working in the eCommerce industry.
Informações Básicas da Extensão
Nome | Funnelyzer - Easily analyze eCommerce data |
ID | ccijmcaojoicndalnhngocagddcnpdln |
URL Oficial | https://chromewebstore.google.com/detail/funnelyzer-easily-analyze/ccijmcaojoicndalnhngocagddcnpdln |
Descrição | Funnelyzer is the easiest way to analyze e-commerce stores with just one click. |
Tamanho do Arquivo | 2.39 MB |
Contagem de Instalações | 834 |
Versão Atual | 4.3.1 |
Última Atualização | 2023-07-04 |
Data de Publicação | 2020-07-05 |
Classificação | 5.00/5 Total de 22 Avaliações |
Desenvolvedor | https://funnelyzer.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.funnelyzer.ai |
URL da Página de Ajuda | https://funnelyzer.ai/contact-us |
URL da Página de Política de Privacidade | https://funnelyzer.ai/privacy-policy |
Idiomas Suportados | en,iw,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.3.1", "permissions": [ "storage", "https:\/\/api.funnelyzer.ai\/", "https:\/\/stg.funnelyzer.ai\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; https:\/\/api.funnelyzer.ai\/ https:\/\/stg.funnelyzer.ai\/", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "128": "img\/128.png" } }, "web_accessible_resources": [ "css\/flags.css", "css\/main.css", "js\/LanguageFactory.js" ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "128": "img\/128.png" }, "options_page": "options.html", "manifest_version": 2 } |