A/B Pre-test Calculator by Speero

Speero's A/B Pre-test Calculator helps you answer vital pre-test questions like MDE, sample size, duration, and more.

A/B Pre-test Calculator by Speeroคืออะไร?

A/B Pre-test Calculator by Speero เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speero.com และคุณลักษณะหลักของมันคือ "Speero's A/B Pre-test Calculator helps you answer vital pre-test questions like MDE, sample size, duration, and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A/B Pre-test Calculator by Speero

ดาวน์โหลดไฟล์ส่วนขยาย A/B Pre-test Calculator by Speero ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Speero's A/B Pre-test Calculator helps you answer all important pre-test questions like:

— What is the minimal detectible effect I can test for?
— How long should I test for considering the effect?
— What's the sample size?

— How to use Speero's A/B Pre-test Calculator? — 

Type in the number of weekly sessions or users, conversions, and a number of test variants, and see if your website has the capacity to test your ideas.

Or just sign in with Google Analytics and let Speero’s calculator get the results for you.

Speero’s A/B Pre-test Calculator is pre-defined for 2 variants (including control), confidence of 95% and statical power of 80%.

— Why Speero’s A/B Pre-test Calculator? — 

One of the best A/B Pre-test Calculators, now in Plugin mode.

Determine sample size, MDE, and test duration on the go.

Filter By Page Path and compare pre-test data from multiple URLs.

The best part is that Speero’s A/B Pre-test Calculator connects with your GA4, letting you answer all your pre-test questions without leaving the tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ A/B Pre-test Calculator by Speero A/B Pre-test Calculator by Speero
ID lmcdffjpijcfeamjmldmdncejdnifgdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ab-pre-test-calculator-by/lmcdffjpijcfeamjmldmdncejdnifgdf
คำอธิบาย Speero's A/B Pre-test Calculator helps you answer vital pre-test questions like MDE, sample size, duration, and more.
ขนาดไฟล์ 41.2 KB
จำนวนการติดตั้ง 471
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2023-08-09
ผู้พัฒนา https://speero.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://speero.com/chrome-tbc-extension?utm_source=chromestore&utm_medium=referral&utm_campaign=tbc
URL หน้านโยบายความเป็นส่วนตัว https://speero.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A\/B Pre-test Calculator by Speero",
    "version": "1.4",
    "description": "Speero's A\/B Pre-test Calculator helps you answer vital pre-test questions like MDE, sample size, duration, and more.",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4fjSPfz7EOWyKYu9FnV2WPc83UhZWjScVX3aYPm0FGI8S0N9zmd+gOj0SCTNTb2myw+OLM6G0RyISrESh9JWSWEN7tdvftdQmEYBy3Yspou6Gk9GMXvtOsn5Yqemokx5tgFh3CgwsMQkGX8Fr6s2h4D4XKdZ7bRHxtym0JQRsuLKxakGbOZ\/d7fkuyXUmzAXDNXGigzR9lbdSLkkTC7EuhcOUqkHlmAKpDiebDTdd94tDbHynp+vJSIcM40YGbTq9pZCZFJrkIV6EXb1in3VPhJEBXX6oVTdW3symOzVRWGdxyy3pLTkF4V4p20k18VnwHkL7MD1WEjY04ro8rzdjwIDAQAB",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "graphic.png"
    },
    "action": {
        "default_title": "A\/B Pre-test Calculator by Speero",
        "default_icon": {
            "16": "16.png",
            "32": "32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "498276964353-bmjasr8eg8r2kcd7p1q9d4klm6clgmp6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/analytics.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}