A/B Test Calculator

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

Wat is A/B Test Calculator?

A/B Test Calculator is een Chrome-extensie ontwikkeld door Damien Vingrief, en de belangrijkste functie is "Check your A/B Test and make a confident data-driven decision.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie A/B Test Calculator

Download A/B Test Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
Officiële URL https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
Beschrijving Check your A/B Test and make a confident data-driven decision.
Bestandsgrootte 12.91 KB
Aantal Installaties 57
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-28
Publicatiedatum 2019-09-28
Ontwikkelaar Damien Vingrief
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}