Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

Wat is Freshmarketer-A/B Testing & Heatmap Software?

Freshmarketer-A/B Testing & Heatmap Software is een Chrome-extensie ontwikkeld door https://app.freshmarketer.com, en de belangrijkste functie is "Website Optimization Redefined".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Freshmarketer-A/B Testing & Heatmap Software

Download Freshmarketer-A/B Testing & Heatmap Software-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Freshmarketer is industry’s first ever helper extension to optimize your website.  

Change all your intuitions on your website to insights in one place. 

With the new-age web optimization tool - Freshmarketer, you can instantly optimize your website and gain valuable insights. Freshmarketer is quick, easy and has totally evolved to fit modern users.

Why you’ll love optimizing websites with Freshmarketer's chrome extension 

★ Freshmarketer instantly loads your website with our live editor.

★ Better than your traditional CRO software, Freshmarketer lets you avoid page loading.

★ Generate reports for all your visitors swiftly- We don’t sample your data.

★ Track your visitors on dynamic elements- Say ‘no’ to screenshots. 

Key Freshmarketer Features:

★ A/B Testing - Create, Compare and Win

Freshmarketer's intuitive editor allows you to create variations of your website in just a click. Well, you don’t require any technical know-hows to find the right fit for your website. Not just that, it’s integrated with Google Universal Analytics. 

★ Split URL Testing - Revamp your entire site

Compare various pre-designed variation of your website with Split URL test. Use Freshmarketer's
regex targeting option to compare multiple pages with a common pattern, like never before. 

★ Heatmaps and Scrollmaps - Visualize user behavior

Freshmarketer tracks visitors interactions even on dynamic elements of your website. Take unlimited screenshots of your heatmap reports and is absolutely device specific.

★ Funnel Analysis- Find where visitors drop-off

Get actionable insights and find where visitor gets stalled in your website. 

Start your 30-day free trial ( no credit card required) with unlimited experiments! 

Learn more about Freshmarketer at www.freshmarketer.com                    

Basisinformatie over de Extensie

Naam Freshmarketer-A/B Testing & Heatmap Software Freshmarketer-A/B Testing & Heatmap Software
ID bnkifneleaknlodbdncgnpbdffngdgjo
Officiële URL https://chromewebstore.google.com/detail/freshmarketer-ab-testing/bnkifneleaknlodbdncgnpbdffngdgjo
Beschrijving Website Optimization Redefined
Bestandsgrootte 4.64 MB
Aantal Installaties 1,810
Huidige Versie 4.2
Laatst Bijgewerkt 2021-05-18
Publicatiedatum 2020-03-31
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar https://app.freshmarketer.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freshmarketer-A\/B Testing & Heatmap Software",
    "description": "Website Optimization Redefined",
    "version": "4.2",
    "icons": {
        "128": "img\/icon.png",
        "32": "img\/icon.png",
        "16": "img\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/s3-us-west-2.amazonaws.com; object-src 'self'",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "http:\/\/rbk\/*",
                "http:\/\/zappycub.com\/*",
                "http:\/\/labs.osmizer.com\/*",
                "http:\/\/zargetlab\/*",
                "http:\/\/zargetlab.com\/*",
                "http:\/\/localhost:4200\/*",
                "http:\/\/localhost:8080\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/osmizer.local:8080\/*",
                "https:\/\/osmizer.local:8443\/*",
                "http:\/\/app.zarget.com\/*",
                "http:\/\/app.freshmarketer.com\/*",
                "https:\/\/app.zarget.com\/*",
                "https:\/\/app.freshmarketer.com\/*",
                "http:\/\/app.pre-zarget.com\/*",
                "http:\/\/app.pre-freshmarketer.com\/*",
                "https:\/\/app.pre-zarget.com\/*",
                "https:\/\/app.pre-freshmarketer.com\/*",
                "https:\/\/app.pre-freshmarketer.com\/*"
            ],
            "js": [
                "js\/install.js",
                "js\/messaging.js"
            ],
            "run_at": "document_start",
            "allframes": false
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Freshmarketer - A\/B Testing & Heatmap Software"
    },
    "web_accessible_resources": [
        "js\/*",
        "img\/*",
        "css\/*",
        "libs\/*",
        "fonts\/*",
        "osmize.html",
        "heatmaps-toolbar.html",
        "feedback.html",
        "ab-experiment-name.html"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}