expoze.io

Generate attention heatmaps of websites in seconds.

expoze.io क्या है?

expoze.io https://expoze.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate attention heatmaps of websites in seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में expoze.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}