Optimizely Assistant

Debug your Optimizely experiments with useful JavaScript console logging and powerful caching and snippet injection options.

Optimizely Assistantคืออะไร?

Optimizely Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Optimizely และคุณลักษณะหลักของมันคือ "Debug your Optimizely experiments with useful JavaScript console logging and powerful caching and snippet injection options."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Optimizely Assistant

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

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

                        This extension reads Optimizely JavaScript data and state for any snippet that you have access to in your Optimizely account. Visit the website your snippet is installed on and it prints useful debugging information to the JavaScript console. The messages include information about what experiments are running on the page and what experiment and variation you are currently bucketed into.

The extension also enables you to use a non-cached version of your Optimizely snippet or even swap to use a different snippet you own on that page. These are useful tools for reducing wait time when debugging and trying out staging content on a production site.

Here are the steps to setup the extension:
 - Turn on the extension by clicking on the Optimizely logo to the right of the address bar.
 - Login to your Optimizely account when prompted. This fetches the list of projects and snippets you have permission to view with the extension.
 - Open the Chrome JavaScript console to see the messages.
    - On Windows and Linux, press Control-Shift-J.
    - On Mac, press Command-Option-J.
 - Navigate to a site where your snippet is installed to see the console log populate with Optimizely information.

The terms of the applicable agreement between you and Optimizely (including the online terms of service located at the following URL, https://www.optimizely.com/terms/ ) shall govern your access, installation and/or usage of this Optimizely Assistant Extension. 

You can learn more about the extension in our Knowledge Base at https://help.optimizely.com/QA_Campaigns_and_Experiments/The_Optimizely_Chrome_extension.                    

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

ชื่อ Optimizely Assistant Optimizely Assistant
ID hkmpnondmidmfdlaphahbalnmphelnfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/optimizely-assistant/hkmpnondmidmfdlaphahbalnmphelnfo
คำอธิบาย Debug your Optimizely experiments with useful JavaScript console logging and powerful caching and snippet injection options.
ขนาดไฟล์ 541 KB
จำนวนการติดตั้ง 6,862
เวอร์ชันปัจจุบัน 2.12.5
อัปเดตครั้งล่าสุด 2023-05-13
วันที่เผยแพร่ 2020-05-20
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Optimizely
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://optimizely.com
URL หน้าช่วยเหลือ https://help.optimizely.com/QA_Campaigns_and_Experiments/The_Optimizely_Chrome_extension
URL หน้านโยบายความเป็นส่วนตัว https://www.optimizely.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Optimizely Assistant",
    "short_name": "Optimizely Assistant",
    "description": "Debug your Optimizely experiments with useful JavaScript console logging and powerful caching and snippet injection options.",
    "version": "2.12.5",
    "permissions": [
        "activeTab",
        "cookies",
        "identity",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/success_plugin.js",
        "css\/pagecss.css",
        "pages\/oauth2_success.html"
    ],
    "background": {
        "scripts": [
            "config.js",
            "js\/jquery.js",
            "js\/developer.js",
            "js\/helperFn.js",
            "js\/functions.js",
            "js\/internal\/functions.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "config.js",
                "js\/jquery.js",
                "js\/optimizely.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com\/gtag\/js; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        },
        "presets-01": {
            "description": "Toggle test cookie"
        },
        "presets-02": {
            "description": "Toggle Use Instant Snippet"
        },
        "presets-03": {
            "description": "Toggle Inject snippet"
        },
        "presets-04": {
            "description": "Toggle Swap snippet"
        },
        "presets-05": {
            "description": "Toggle Non-cached snippet"
        },
        "presets-06": {
            "description": "Toggle Strip X-Frame-Options"
        },
        "presets-07": {
            "description": "Toggle Disable console logging"
        },
        "presets-08": {
            "description": "Toggle Disable Optimizely"
        }
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkCTVJW8Ef0xzHtpYk5d+hSFo4VyqnUhK2T9LRZ88TnwhV0EHH7AeKxyQB\/BSRWWfuF0jjaWiG01xKlh\/zjIdXtjJfWMiAB45BK6Os7YDJsh1u4f4WXVhPa8FFeXFJY5fj+EF\/eqlu3Pr\/JhItOn3ondCkOd4aVoEOhoqdkQq+0PaqkxkL9kvKD+XPYFcAuYLGzQrkmZP6NWDqs3ODkmi0TNvLue7jPlsg\/JlPTZ7dS1XoFQ1THOQ6ET2uoe3rRj8zZICI5bZzIf9\/iB3gbdMJggQWpE4\/N8\/ZvsWV+lJZunPwC41SsyYftUgkdJAmOP4QTvwMR9ZqA1meCM\/CncRAQIDAQAB"
}