expoze.io

Generate attention heatmaps of websites in seconds.

Τι είναι το expoze.io;

Το expoze.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://expoze.io, και η κύρια λειτουργία του είναι "Generate attention heatmaps of websites in seconds.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης expoze.io

Λήψη αρχείων επέκτασης 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:\/\/*\/*"
            ]
        }
    ]
}