A/B Test Calculator

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

Qu'est-ce que A/B Test Calculator ?

A/B Test Calculator est une extension Chrome développée par Damien Vingrief, et sa fonction principale est "Check your A/B Test and make a confident data-driven decision.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension A/B Test Calculator

Téléchargez les fichiers d'extension A/B Test Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom A/B Test Calculator A/B Test Calculator
ID oeppkigdpfgojehmgijclaeialdnonkl
URL Officiel https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl
Description Check your A/B Test and make a confident data-driven decision.
Taille du Fichier 12.91 KB
Nombre d'Installations 57
Version Actuelle 1.0
Dernière Mise à Jour 2019-09-28
Date de Publication 2019-09-28
Développeur Damien Vingrief
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}