A/B Test Calculator

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

What is A/B Test Calculator?

A/B Test Calculator is a Chrome extension developed by Damien Vingrief, and its main feature is "Check your A/B Test and make a confident data-driven decision.".

Extension Screenshots

screenshot
screenshot

Download A/B Test Calculator Extension CRX File

Download A/B Test Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
Official URL https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
Description Check your A/B Test and make a confident data-driven decision.
File Size 12.91 KB
Installation Count 57
Current Version 1.0
Last Updated 2019-09-28
Publish Date 2019-09-28
Developer Damien Vingrief
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}