Attention Insight

AI-powered design analytics

Was ist Attention Insight?

Attention Insight ist eine Chrome-Erweiterung, die von https://attentioninsight.com entwickelt wurde, und ihr Hauptmerkmal ist "AI-powered design analytics".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Attention Insight-Erweiterungs-CRX-Datei herunterladen

Laden Sie Attention Insight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Generate attention heatmap directly where you are and discover the ways to optimise your website!

AI-powered design analytics allow you to see websites through the eyes of users. Learn how users engage with designs, improve user experience, measure against your competitors and make data driven decisions.

Attention Insight is based on deep learning technology and trained with 30 800 eye tracking studies data. Attention heatmaps are 90% accurate as compared with eye-tracking research studies. Proved by MIT.

* Understand, which object attracts the most attention without data collection.
* Implement A/B testing in minutes
* Measure against your competitors
* Improve visual engagement and optimise content visibility

AI is working for you.

Learn more about Attention Insight at  https://www.attentioninsight.com                    

Grundlegende Informationen zur Erweiterung

Name Attention Insight Attention Insight
ID kckakcdglnklfekbjcghcogpohmdammg
Offizielle URL https://chromewebstore.google.com/detail/attention-insight/kckakcdglnklfekbjcghcogpohmdammg
Beschreibung AI-powered design analytics
Dateigröße 722 KB
Installationsanzahl 4,696
Aktuelle Version 1.6.3
Letztes Update 2021-05-02
Veröffentlichungsdatum 2020-05-08
Bewertung 4.64/5 Insgesamt 11 Bewertungen
Entwickler https://attentioninsight.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.attentioninsight.com/
Hilfeseite URL https://www.attentioninsight.com/attention-insight-chrome-extension/
URL der Datenschutzrichtlinien-Seite https://app.attentioninsight.com/privacy-policy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI-powered design analytics",
    "version": "1.6.3",
    "name": "Attention Insight",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.bundle.js"
            ],
            "css": [
                "attentionInsightApp.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "activeTab",
        "downloads"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/browser.sentry-cdn.com; object-src 'self'",
    "web_accessible_resources": [
        "icon_scan_current.png",
        "icon_scan_full.png",
        "icon_scan_selected.png",
        "ai_logo.png",
        "icon_more_insights.png",
        "icon_teaser.png",
        "heatmap.html",
        "popup.css",
        "Montserrat.ttf",
        "Montserrat-Regular.ttf",
        "Montserrat-Medium.ttf",
        "popup.css"
    ]
}