Attention Insight

AI-powered design analytics

Attention Insight क्या है?

Attention Insight https://attentioninsight.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-powered design analytics"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Attention Insight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Attention Insight Attention Insight
ID kckakcdglnklfekbjcghcogpohmdammg
आधिकारिक URL https://chromewebstore.google.com/detail/attention-insight/kckakcdglnklfekbjcghcogpohmdammg
विवरण AI-powered design analytics
फ़ाइल का आकार 722 KB
स्थापना संख्या 4,696
वर्तमान संस्करण 1.6.3
अंतिम अपडेट 2021-05-02
प्रकाशन तिथि 2020-05-08
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर https://attentioninsight.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.attentioninsight.com/
सहायता पृष्ठ URL https://www.attentioninsight.com/attention-insight-chrome-extension/
गोपनीयता नीति पृष्ठ URL https://app.attentioninsight.com/privacy-policy
समर्थित भाषाएँ 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"
    ]
}