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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin lets you migrate your Google Optimize data to VWO."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Migrate from Google Optimize to VWO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}