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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}