expoze.io

Generate attention heatmaps of websites in seconds.

什么是expoze.io?

expoze.io是由https://expoze.io开发的Chrome扩展程序,该扩展的主要功能是“Generate attention heatmaps of websites in seconds.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载expoze.io扩展crx文件

下载expoze.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Create attention prediction heatmaps, straight from your webbrowser!

Our platform expoze.io allows users to create heatmaps by predicting what will grab attention  for any type of design with amazing accuracy. All of this without ever needing participants or any specific type of hardware.

We do so by using  a custom built AI that uses a Neural Net trained on tens of thousands of real eye-tracking studies. Our platform is able to predict, with an accuracy of approximately 94% compared to traditional eye-tracking based on the MIT saliency benchmark, how likely it is certain elements draw attention.

This allows you to:
* See what your users would see when they first land on your page
* Identify whether elements like logo, product, CTA draw attention
* Validate your webdesign without A/B or other user testing
* Optimize your landing page content and styling
* Use the generated heatmap to identify what works... And what doesn't

Want more?
Generated heatmaps are automatically added to a workspace in our web application, so if you need more insights simply head to our platform, log in and start using stuff like Areas Of Interest or our Reveal heatmap to get even more insights!

Need analysis of a full experience using video? 
No worries, videos (including full user recordings) can be analysed in our web application as part of our Pro plan.

For more information, head over to https://expoze.io.

Need support?
https://support.expoze.io                    

扩展基本信息

名称 expoze.io expoze.io
ID hadeipehdgpogkgkhlmfdaganknpphjb
官方URL https://chromewebstore.google.com/detail/expozeio/hadeipehdgpogkgkhlmfdaganknpphjb
简介 Generate attention heatmaps of websites in seconds.
文件大小 75.68 KB
安装次数 280
当前版本 1.0.1
更新时间 2021-12-06
上架时间 2021-11-23
评分 5.00/5 共6次评分
开发者 https://expoze.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://expoze.io
帮助页面URL https://support.expoze.io
隐私政策页面URL https://www.expoze.io/terms/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "expoze.io",
    "description": "Generate attention heatmaps of websites in seconds.",
    "version": "1.0.1",
    "permissions": [
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "expoze.js"
        ]
    },
    "icons": {
        "19": "images\/19.png",
        "38": "images\/38.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}