A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
O que é A/B Test Calculator?
A/B Test Calculator é uma extensão do Chrome desenvolvida por Damien Vingrief, e sua principal característica é "Check your A/B Test and make a confident data-driven decision.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão A/B Test Calculator
Baixe arquivos de extensão A/B Test Calculator 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
When you want to determine what works best for your website, you usually compare two variants of a content with an A/B split test. With this tool, you can: - calculate the sample size needed for your A/B test and - calculate the conversion rate of the variants and proves with statistical significance that your decisions are not due to luck or accident
Informações Básicas da Extensão
Nome | |
ID | oeppkigdpfgojehmgijclaeialdnonkl |
URL Oficial | https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl |
Descrição | Check your A/B Test and make a confident data-driven decision. |
Tamanho do Arquivo | 12.91 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0 |
Última Atualização | 2019-09-28 |
Data de Publicação | 2019-09-28 |
Desenvolvedor | Damien Vingrief |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "A\/B Test Calculator", "version": "1.0", "description": "Check your A\/B Test and make a confident data-driven decision.", "manifest_version": 2, "permissions": [], "browser_action": { "default_icon": "default_icon.png", "default_popup": "popup.html" }, "icons": { "16": "default_icon.png", "48": "default_icon.png", "128": "default_icon.png" } } |