VWO

VWO plugin lets you add observations and download heat maps and scrollmap.

Τι είναι το VWO;

Το VWO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VWO, και η κύρια λειτουργία του είναι "VWO plugin lets you add observations and download heat maps and scrollmap.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης VWO

Λήψη αρχείων επέκτασης VWO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a helper extension that adds to the existing capabilities of VWO Experience Optimization Platform by allowing you to add observations, download heatmaps, and prevent compatibility issues.

1. Add observations from anywhere: If you notice anything interesting on your website, quickly make a note and create an observation. The observation is saved along with a screenshot of the page and can be referred to whenever required.
2. Download heatmaps: Any heatmap can be downloaded as an image when viewed along with an improved loading experience on mobile and tablet devices.
3. Overcome compatibility issues: Visual Editor will not open in the fallback mode that may cause pages to load improperly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VWO VWO
ID ibjbdljnechfamiabmolmojegeindnpc
Επίσημο URL https://chromewebstore.google.com/detail/vwo/ibjbdljnechfamiabmolmojegeindnpc
Περιγραφή VWO plugin lets you add observations and download heat maps and scrollmap.
Μέγεθος Αρχείου 2.45 MB
Αριθμός Εγκαταστάσεων 39,468
Τρέχουσα Έκδοση 1.0.89
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής 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",
    "manifest_version": 2,
    "name": "VWO",
    "description": "VWO plugin lets you add observations and download heat maps and scrollmap.",
    "version": "1.0.89",
    "homepage_url": "https:\/\/vwo.com",
    "content_scripts": [
        {
            "js": [
                ".\/js\/utils.js",
                ".\/js\/EditorEssentialsOverride.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vwo.com\/*",
            "*:\/\/*.vwo.me\/*"
        ]
    },
    "background": {
        "scripts": [
            ".\/js\/background.js",
            ".\/js\/segment.min.js",
            ".\/js\/SegmentEnum.js",
            ".\/js\/SegmentAnalytics.js",
            ".\/js\/blockedDomainsList.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "downloads",
        "",
        "webRequestBlocking",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "\/snapshot\/snapshot.html",
        "\/ideas-vue\/dist\/index.html",
        "\/html\/axios-proxy.html",
        "\/assets\/observation-icon.svg",
        "\/assets\/cross-no-bg.svg",
        "\/assets\/tap-pointer.svg"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/extension-icon-128.png"
        },
        "default_title": "VWO",
        "default_popup": ".\/html\/popup.html"
    },
    "icons": {
        "16": "icons\/extension-icon-16.png",
        "32": "icons\/extension-icon-32.png",
        "48": "icons\/extension-icon-48.png",
        "64": "icons\/extension-icon-64.png",
        "128": "icons\/extension-icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'"
}