A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
Co to jest A/B Test Calculator?
A/B Test Calculator to rozszerzenie Chrome opracowane przez Damien Vingrief, a jego główną funkcją jest „Check your A/B Test and make a confident data-driven decision.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia A/B Test Calculator
Pobierz pliki rozszerzeń A/B Test Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oeppkigdpfgojehmgijclaeialdnonkl |
Oficjalny URL | https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl |
Opis | Check your A/B Test and make a confident data-driven decision. |
Rozmiar pliku | 12.91 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-09-28 |
Data Publikacji | 2019-09-28 |
Deweloper | Damien Vingrief |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |