A/B Test Calculator

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

什么是A/B Test Calculator?

A/B Test Calculator是由Damien Vingrief开发的Chrome扩展程序,该扩展的主要功能是“Check your A/B Test and make a confident data-driven decision.”。

扩展截图

screenshot
screenshot

下载A/B Test Calculator扩展crx文件

下载A/B Test Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
官方URL https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
简介 Check your A/B Test and make a confident data-driven decision.
文件大小 12.91 KB
安装次数 57
当前版本 1.0
更新时间 2019-09-28
上架时间 2019-09-28
开发者 Damien Vingrief
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}