Conversion.com's Optimizely Chrome Extension

This extension allows you to learn information about Optimizely on a given page

Conversion.com's Optimizely Chrome Extension là gì?

Conversion.com's Optimizely Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://conversion.com, và tính năng chính của nó là "This extension allows you to learn information about Optimizely on a given page".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Conversion.com's Optimizely Chrome Extension

Tải xuống các tệp mở rộng Conversion.com's Optimizely Chrome Extension 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

                        - Displays if Optimizely is running on the page
- See what active experiments are on the page
- Turn on/off QA mode
- View Optimizely events
- Ability to change the variation you are on in an experiment
- Copy the experiment URL to clipboard  (including the variation that you have selected)
- QR Code for the experiment URL (including the variation that you have selected)
- Open all the variations of a certain experiment in different tabs
- Directly access the Results and Editor page of an experiment
- See the current Optimizely Revision ID
- Get accounts saved status
- Works with Optimizely Classic & Optimizely X
- Realtime in-browser notifications for Optimizely events                    

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

Tên Conversion.com's Optimizely Chrome Extension Conversion.com's Optimizely Chrome Extension
ID ejklmdggogcbjpehmmjnebehjafnkiaj
URL Chính Thức https://chromewebstore.google.com/detail/conversioncoms-optimizely/ejklmdggogcbjpehmmjnebehjafnkiaj
Mô tả This extension allows you to learn information about Optimizely on a given page
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 3,441
Phiên Bản Hiện Tại 1.3550
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2019-09-19
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://conversion.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://conversion.com/optimizely-chrome-extension/
URL Trang Trợ Giúp https://conversion.com/downloads/chrome-extension-guide.pdf
URL Trang Chính Sách Bảo Mật https://conversion.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Conversion.com's Optimizely Chrome Extension",
    "description": "This extension allows you to learn information about Optimizely on a given page",
    "version": "1.3550",
    "author": "James Marchant & Nuno Bento & Natalia Magda",
    "homepage_url": "http:\/\/conversion.com\/?utm_source=chrome%20extension&utm_medium=chrome%20extension&utm_campaign=chrome%20extension%20clicks",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery-2.1.3.min.js",
                "js\/jquery.qrcode-0.12.0.min.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/functions.js",
        "css\/content.css",
        "fonts\/*.*",
        "options.html",
        "images\/logo.png"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "clipboardWrite",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/docs.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html"
}