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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
}
} | |