Migrate from Google Optimize to VWO
This plugin lets you migrate your Google Optimize data to VWO.
Hvad er Migrate from Google Optimize to VWO?
Migrate from Google Optimize to VWO er en Chrome-udvidelse udviklet af VWO, og dens hovedfunktion er "This plugin lets you migrate your Google Optimize data to VWO.".
Udvidelsesskærmbilleder
Download Migrate from Google Optimize to VWO-udvidelses-CRX-fil
Download Migrate from Google Optimize to VWO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Migrate from Google Optimize to VWO |
ID | mblcnpcllemkiceneocoloemdinndmcn |
Officiel URL | https://chromewebstore.google.com/detail/migrate-from-google-optim/mblcnpcllemkiceneocoloemdinndmcn |
Beskrivelse | This plugin lets you migrate your Google Optimize data to VWO. |
Filstørrelse | 132 KB |
Antal Installationer | 340 |
Nuværende Version | 1.0.14 |
Senest Opdateret | 2023-09-21 |
Udgivelsesdato | 2023-02-03 |
Udvikler | VWO |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://vwo.com |
Hjælpeside-URL | https://vwo.com/contact-us/ |
URL til Fortrolighedspolitik Side | https://vwo.com/privacy-policy |
Understøttede Sprog | 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": [ " |