Toggle Experiment

A browser extension to inject the LocalStorage of a website for Optimizely experiments.

Toggle Experiment là gì?

Toggle Experiment là một tiện ích mở rộng Chrome được phát triển bởi Aaron van den Berg, và tính năng chính của nó là "A browser extension to inject the LocalStorage of a website for Optimizely experiments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Toggle Experiment

Tải xuống các tệp mở rộng Toggle Experiment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Toggle Experiment for Optimizely is a Chrome extension that has the ability to search for A/B tests and feature tests within the Optimizely platform thanks to its API integration. The extension allows users to connect to the Optimizely API using an API key, which can be obtained from the Optimizely platform. Once connected, the extension allows the user to search for A/B tests and feature tests by experiment name. This allows users to quickly and easily find the specific A/B tests or feature tests that they need to work on, without having to navigate through the Optimizely platform.

Additionally, the extension also allows users to retrieve information about the different variations of an A/B test or feature test, including their names, description, and status. This information can be used to compare the performance of different variations of a website.

The extension also allows you to test whitelisted users, where you can run an A/B test or feature test directly in your browser. This means you can test different variations of a website without having to make the changes live on the website. This can be useful for developers and testers who want to test changes before they are released to the public.

Overall, the Toggle Experiment extension makes it easy for users to manage and test A/B tests and Feature tests within the Optimizely platform by utilizing its API. This can save time and improve efficiency for web developers and testers who need to work with A/B tests and feature tests on a regular basis.

The Chrome extension is not from Optimizely itself and has nothing to do with Optimizely. Additionally, the extension is open source, which means that the code is publicly available and can be modified by anyone on GitHub. This allows developers to easily improve the extension and add new features as needed.

GitHub page:
https://github.com/aaron5670/toggle-experiments-extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Toggle Experiment Toggle Experiment
ID bfcajgcjbnmpblmomjphdaiodkfjjcdn
URL Chính Thức https://chromewebstore.google.com/detail/toggle-experiment/bfcajgcjbnmpblmomjphdaiodkfjjcdn
Mô tả A browser extension to inject the LocalStorage of a website for Optimizely experiments.
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.11.2
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2023-01-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aaron van den Berg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aaron5670/toggle-experiments-extension
URL Trang Trợ Giúp https://github.com/aaron5670/toggle-experiments-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.11.2",
    "author": "Aaron van den Berg",
    "name": "Toggle Experiment",
    "description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
    "homepage_url": "https:\/\/aaronvandenberg.nl\/",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}