expoze.io

Generate attention heatmaps of websites in seconds.

expoze.io là gì?

expoze.io là một tiện ích mở rộng Chrome được phát triển bởi https://expoze.io, và tính năng chính của nó là "Generate attention heatmaps of websites in seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng expoze.io

Tải xuống các tệp mở rộng expoze.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên expoze.io expoze.io
ID hadeipehdgpogkgkhlmfdaganknpphjb
URL Chính Thức https://chromewebstore.google.com/detail/expozeio/hadeipehdgpogkgkhlmfdaganknpphjb
Mô tả Generate attention heatmaps of websites in seconds.
Kích Thước Tệp 75.68 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-12-06
Ngày Phát Hành 2021-11-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://expoze.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://expoze.io
URL Trang Trợ Giúp https://support.expoze.io
URL Trang Chính Sách Bảo Mật https://www.expoze.io/terms/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}