Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

¿Qué es Freshmarketer-A/B Testing & Heatmap Software?

Freshmarketer-A/B Testing & Heatmap Software es una extensión de Chrome desarrollada por https://app.freshmarketer.com, y su función principal es "Website Optimization Redefined".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Freshmarketer-A/B Testing & Heatmap Software

Descarga archivos de extensión Freshmarketer-A/B Testing & Heatmap Software en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Freshmarketer-A/B Testing & Heatmap Software Freshmarketer-A/B Testing & Heatmap Software
ID bnkifneleaknlodbdncgnpbdffngdgjo
URL Oficial https://chromewebstore.google.com/detail/freshmarketer-ab-testing/bnkifneleaknlodbdncgnpbdffngdgjo
Descripción Website Optimization Redefined
Tamaño del Archivo 4.64 MB
Cantidad de Instalaciones 1,810
Versión Actual 4.2
Última Actualización 2021-05-18
Fecha de Publicación 2020-03-31
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador https://app.freshmarketer.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}