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
官方網址 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"
    }
}