Migrate from Google Optimize to VWO

This plugin lets you migrate your Google Optimize data to VWO.

Migrate from Google Optimize to VWO란 무엇입니까?

Migrate from Google Optimize to VWO은(는) VWO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin lets you migrate your Google Optimize data to VWO."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Migrate from Google Optimize to VWO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a helper extension that facilitates migration of Google Optimize data to VWO.
- Migrate your existing Google Optimize Experience data, such as Variations, Targeting conditions, Experience Objectives, Visits, and Conversions to VWO
- Migrate your Experience settings, such as traffic allocation, email alerts, and activation events to VWO
- Migrate all your User Data, such as their name and email ID.                    

확장 프로그램 기본 정보

이름 Migrate from Google Optimize to VWO Migrate from Google Optimize to VWO
ID mblcnpcllemkiceneocoloemdinndmcn
공식 URL https://chromewebstore.google.com/detail/migrate-from-google-optim/mblcnpcllemkiceneocoloemdinndmcn
설명 This plugin lets you migrate your Google Optimize data to VWO.
파일 크기 132 KB
설치 횟수 340
현재 버전 1.0.14
최근 업데이트 2023-09-21
출시 날짜 2023-02-03
개발자 VWO
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vwo.com
도움말 페이지 URL https://vwo.com/contact-us/
개인정보 보호 정책 페이지 URL https://vwo.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Migrate from Google Optimize to VWO",
    "description": "This plugin lets you migrate your Google Optimize data to VWO.",
    "version": "1.0.14",
    "icons": {
        "16": "go-to-vwo.png",
        "48": "go-to-vwo.png",
        "128": "go-to-vwo.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Migrate from Google Optimize to VWO",
        "default_popup": "mainPopup.html"
    },
    "permissions": [
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/optimize.google.com\/*",
        "https:\/\/analyticssuitefrontend-pa.clients6.google.com\/*",
        "https:\/\/*.vwo.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "getGoogleToken.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}