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" } } |