Statsig Features and Experimentation

A browser extension for the feature management and experimentation platform Statsig.

Statsig Features and Experimentationคืออะไร?

Statsig Features and Experimentation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron van den Berg และคุณลักษณะหลักของมันคือ "A browser extension for the feature management and experimentation platform Statsig."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Statsig Features and Experimentation

ดาวน์โหลดไฟล์ส่วนขยาย Statsig Features and Experimentation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Elevate your experimentation and development process with the Statsig Features and Experimentation browser extension. Streamline your workflow and unleash the power of Statsig's experiments directly from your browser.

🚀 Features:

📊 Seamless Statsig Integration: Our extension seamlessly integrates with the Statsig platform, enabling you to harness the full potential of experimentation.

🔗 API Key Connection: Connect to the Statsig Console effortlessly by simply inputting your Statsig Console API key, obtained from the Statsig platform.

🔍 Effortless Experiment Search: Find experiments with ease by searching for them directly within the extension.

🛠️ Local Storage Overrides: Test experiments right in your browser with the ability to inject overrides into your local storage. Safely and efficiently experiment with various variations without affecting your live website. This feature is invaluable for developers, product owners, and stakeholders who wish to refine changes before rolling them out.

Experience a more agile and efficient development process by leveraging Statsig Features and Experimentation. Experiment confidently, iterate faster, and elevate your development game.

Please Note: This extension is not affiliated with Statsig.
This extension is a community-driven project, and it is not created by, endorsed by, or affiliated with Statsig. The extension is open source and utilizes the Statsig logo and API for functionality.

Source code:
https://github.com/aaron5670/statsig-browser-extension                    

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

ชื่อ Statsig Features and Experimentation Statsig Features and Experimentation
ID doialjibpidkdpdneplcnmkbdojpagdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/statsig-features-and-expe/doialjibpidkdpdneplcnmkbdojpagdd
คำอธิบาย A browser extension for the feature management and experimentation platform Statsig.
ขนาดไฟล์ 695 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-10-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Aaron van den Berg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aaron5670/statsig-browser-extension
URL หน้าช่วยเหลือ https://www.aaronvandenberg.nl/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.6.0",
    "author": "(Aaron van den Berg )",
    "name": "Statsig Features and Experimentation",
    "description": "A browser extension for the feature management and experimentation platform Statsig.",
    "homepage_url": "https:\/\/aaronvandenberg.nl\/",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}