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
Eメール [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"
    }
}