A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
Cos'è A/B Test Calculator?
A/B Test Calculator è un'estensione di Chrome sviluppata da Damien Vingrief, e la sua funzione principale è "Check your A/B Test and make a confident data-driven decision.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione A/B Test Calculator
Scarica i file di estensione A/B Test Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | oeppkigdpfgojehmgijclaeialdnonkl |
URL Ufficiale | https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl |
Descrizione | Check your A/B Test and make a confident data-driven decision. |
Dimensione del File | 12.91 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-09-28 |
Data di Pubblicazione | 2019-09-28 |
Sviluppatore | Damien Vingrief |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |