A/B Test Calculator

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

Apa itu A/B Test Calculator?

A/B Test Calculator adalah ekstensi Chrome yang dikembangkan oleh Damien Vingrief, dan fitur utamanya adalah "Check your A/B Test and make a confident data-driven decision.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi A/B Test Calculator

Unduh file ekstensi A/B Test Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
URL Resmi https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
Deskripsi Check your A/B Test and make a confident data-driven decision.
Ukuran File 12.91 KB
Jumlah Instalasi 57
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-28
Tanggal Publikasi 2019-09-28
Pengembang Damien Vingrief
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}