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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VWO และคุณลักษณะหลักของมันคือ "This plugin lets you migrate your Google Optimize data to VWO."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Migrate from Google Optimize to VWO

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

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

                        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": [
                ""
            ]
        }
    ]
}