Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

Apa itu Freshmarketer-A/B Testing & Heatmap Software?

Freshmarketer-A/B Testing & Heatmap Software adalah ekstensi Chrome yang dikembangkan oleh https://app.freshmarketer.com, dan fitur utamanya adalah "Website Optimization Redefined".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Freshmarketer-A/B Testing & Heatmap Software

Unduh file ekstensi Freshmarketer-A/B Testing & Heatmap Software dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Freshmarketer-A/B Testing & Heatmap Software Freshmarketer-A/B Testing & Heatmap Software
ID bnkifneleaknlodbdncgnpbdffngdgjo
URL Resmi https://chromewebstore.google.com/detail/freshmarketer-ab-testing/bnkifneleaknlodbdncgnpbdffngdgjo
Deskripsi Website Optimization Redefined
Ukuran File 4.64 MB
Jumlah Instalasi 1,810
Versi Saat Ini 4.2
Terakhir Diperbarui 2021-05-18
Tanggal Publikasi 2020-03-31
Penilaian 3.60/5 Total 5 Penilaian
Pengembang https://app.freshmarketer.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}