A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
Что такое A/B Test Calculator?
A/B Test Calculator - это расширение Chrome, разработанное Damien Vingrief, и его основная функция - "Check your A/B Test and make a confident data-driven decision.".
Снимки экрана расширения
Скачать файл CRX расширения A/B Test Calculator
Скачайте файлы расширений A/B Test Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| 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"
}
} | |