A/B Test Calculator

Check your A/B Test and make a confident data-driven decision.

Co je A/B Test Calculator?

A/B Test Calculator je rozšíření Chrome vyvinuté Damien Vingrief, a jeho hlavní funkcí je „Check your A/B Test and make a confident data-driven decision.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření A/B Test Calculator

Stáhněte si soubory rozšíření A/B Test Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
Oficiální URL https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
Popis Check your A/B Test and make a confident data-driven decision.
Velikost souboru 12.91 KB
Počet instalací 57
Aktuální Verze 1.0
Poslední Aktualizace 2019-09-28
Datum Vydání 2019-09-28
Vývojář Damien Vingrief
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}