Migrate from Google Optimize to VWO

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

Migrate from Google Optimize to VWO là gì?

Migrate from Google Optimize to VWO là một tiện ích mở rộng Chrome được phát triển bởi VWO, và tính năng chính của nó là "This plugin lets you migrate your Google Optimize data to VWO.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Migrate from Google Optimize to VWO

Tải xuống các tệp mở rộng Migrate from Google Optimize to VWO 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

                        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.                    

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

Tên Migrate from Google Optimize to VWO Migrate from Google Optimize to VWO
ID mblcnpcllemkiceneocoloemdinndmcn
URL Chính Thức https://chromewebstore.google.com/detail/migrate-from-google-optim/mblcnpcllemkiceneocoloemdinndmcn
Mô tả This plugin lets you migrate your Google Optimize data to VWO.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 340
Phiên Bản Hiện Tại 1.0.14
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2023-02-03
Nhà Phát Triển VWO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vwo.com
URL Trang Trợ Giúp https://vwo.com/contact-us/
URL Trang Chính Sách Bảo Mật https://vwo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}