Webtrends Optimize® Editing Tools

This extension allows loading target pages under Optimize Visual Editor

What is Webtrends Optimize® Editing Tools?

Webtrends Optimize® Editing Tools is a Chrome extension developed by Webtrends Optimize, and its main feature is "This extension allows loading target pages under Optimize Visual Editor".

Extension Screenshots

screenshot

Download Webtrends Optimize® Editing Tools Extension CRX File

Download Webtrends Optimize® Editing Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Webtrends Optimize clients should install this extension if they wish to have full use of our Conversion Rate Optimisation solution, as it offers users with enhanced support for displaying content.

By activating, it enables clients to test and personalise sites that might not load within our visual editor. This includes sites that use the X-Frame-Options header or sites that use Javascript to prevent the proper loading of content within iframes.                    

Extension Basic Information

Name Webtrends Optimize® Editing Tools Webtrends Optimize® Editing Tools
ID bjjpnhdlhpfdebcbhdlmecafnokpjpce
Official URL https://chromewebstore.google.com/detail/webtrends-optimize%C2%AE-editi/bjjpnhdlhpfdebcbhdlmecafnokpjpce
Description This extension allows loading target pages under Optimize Visual Editor
File Size 161 KB
Installation Count 855
Current Version 3.0.39.62
Last Updated 2024-01-20
Publish Date 2020-04-29
Rating 5.00/5 Total 9 Ratings
Developer Webtrends Optimize
Email [email protected]
Payment Type free
Extension Website https://app.webtrends-optimize.com
Help Page URL https://help.webtrends-optimize.com
Privacy Policy Page URL https://www.webtrends-optimize.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webtrends Optimize\u00ae Editing Tools",
    "description": "This extension allows loading target pages under Optimize Visual Editor",
    "icons": {
        "16": "src\/img\/webtrends_icon.png",
        "128": "src\/img\/webtrends_avatar.png"
    },
    "version": "3.0.39.62",
    "browser_action": {
        "default_icon": "src\/img\/webtrends_avatar.png",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "",
        "storage",
        "browsingData",
        "cookies",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/common\/storage_manager.js",
                "src\/content\/utils.js",
                "src\/content\/content.js",
                "src\/content\/mixed_content_notifier.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "src\/common\/storage_manager.js",
                "src\/content\/utils.js",
                "src\/content\/optimize_injector.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*_wt.extensionBypass=true*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "src\/common\/storage_manager.js",
                "src\/content\/utils.js",
                "src\/content\/script_handler.js",
                "src\/content\/scripts_observer.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*_wt.extensionBypass=true*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "src\/common\/storage_manager.js",
            "src\/background\/tab_manager.js",
            "src\/background\/optimize_listener.js",
            "src\/background\/cors_listener.js",
            "src\/background\/tag_listener.js",
            "src\/background\/xframe_listener.js",
            "src\/background\/mixed_content_listener.js",
            "src\/background\/url_checker.js",
            "src\/background\/sevice_workers.js"
        ]
    },
    "minimum_chrome_version": "50",
    "web_accessible_resources": [
        "src\/injector\/wt_style.min.css",
        "src\/injector\/injector_scripts.min.js"
    ]
}