Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

Freshmarketer-A/B Testing & Heatmap Softwareとは何ですか?

Freshmarketer-A/B Testing & Heatmap Softwareはhttps://app.freshmarketer.comによって開発されたChromeの拡張機能で、その主な機能は「Website Optimization Redefined」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Freshmarketer-A/B Testing & Heatmap Software拡張機能のCRXファイルをダウンロード

Freshmarketer-A/B Testing & Heatmap Software拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Freshmarketer-A/B Testing & Heatmap Software Freshmarketer-A/B Testing & Heatmap Software
ID bnkifneleaknlodbdncgnpbdffngdgjo
公式URL https://chromewebstore.google.com/detail/freshmarketer-ab-testing/bnkifneleaknlodbdncgnpbdffngdgjo
説明 Website Optimization Redefined
ファイルサイズ 4.64 MB
インストール数 1,810
現在のバージョン 4.2
最終更新日 2021-05-18
公開日 2020-03-31
評価 3.60/5 合計 5 レビュー
開発者 https://app.freshmarketer.com
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}