Webtrends Optimize® Editing Tools

This extension allows loading target pages under Optimize Visual Editor

Webtrends Optimize® Editing Tools란 무엇입니까?

Webtrends Optimize® Editing Tools은(는) Webtrends Optimize에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows loading target pages under Optimize Visual Editor"입니다.

확장 프로그램 스크린샷

screenshot

Webtrends Optimize® Editing Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Webtrends Optimize® Editing Tools Webtrends Optimize® Editing Tools
ID bjjpnhdlhpfdebcbhdlmecafnokpjpce
공식 URL https://chromewebstore.google.com/detail/webtrends-optimize%C2%AE-editi/bjjpnhdlhpfdebcbhdlmecafnokpjpce
설명 This extension allows loading target pages under Optimize Visual Editor
파일 크기 161 KB
설치 횟수 855
현재 버전 3.0.39.62
최근 업데이트 2024-01-20
출시 날짜 2020-04-29
평점 5.00/5 총 9 개의 평점
개발자 Webtrends Optimize
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.webtrends-optimize.com
도움말 페이지 URL https://help.webtrends-optimize.com
개인정보 보호 정책 페이지 URL https://www.webtrends-optimize.com/privacy
지원되는 언어 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"
    ]
}