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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your A/B Test and make a confident data-driven decision."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में A/B Test Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}