A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
Was ist A/B Test Calculator?
A/B Test Calculator ist eine Chrome-Erweiterung, die von Damien Vingrief entwickelt wurde, und ihr Hauptmerkmal ist "Check your A/B Test and make a confident data-driven decision.".
Erweiterungsscreenshots
A/B Test Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie A/B Test Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | oeppkigdpfgojehmgijclaeialdnonkl |
Offizielle URL | https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl |
Beschreibung | Check your A/B Test and make a confident data-driven decision. |
Dateigröße | 12.91 KB |
Installationsanzahl | 57 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-09-28 |
Veröffentlichungsdatum | 2019-09-28 |
Entwickler | Damien Vingrief |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |