Freshmarketer-A/B Testing & Heatmap Software

Website Optimization Redefined

Freshmarketer-A/B Testing & Heatmap Softwareคืออะไร?

Freshmarketer-A/B Testing & Heatmap Software เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.freshmarketer.com และคุณลักษณะหลักของมันคือ "Website Optimization Redefined"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshmarketer-A/B Testing & Heatmap Software

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}