A/B Test Calculator
Check your A/B Test and make a confident data-driven decision.
A/B Test Calculator란 무엇입니까?
A/B Test Calculator은(는) Damien Vingrief에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your A/B Test and make a confident data-driven decision."입니다.
확장 프로그램 스크린샷
A/B Test Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |