A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
Vad är A/B Test Calculator?
A/B Test Calculator är en Chrome-tillägg utvecklad av Damien Vingrief, och dess huvudfunktion är "Check your A/B Test and make a confident data-driven decision.".
Tilläggsskärmbilder
Ladda ner A/B Test Calculator-förlängningens CRX-fil
Ladda ner A/B Test Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | oeppkigdpfgojehmgijclaeialdnonkl |
| Officiell webbadress | https://chrome.google.com/webstore/detail/ab-test-calculator/oeppkigdpfgojehmgijclaeialdnonkl |
| Beskrivning | Check your A/B Test and make a confident data-driven decision. |
| Filstorlek | 12.91 KB |
| Antal Installationer | 57 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-09-28 |
| Publiceringsdatum | 2019-09-28 |
| Utvecklare | Damien Vingrief |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |