Attention Insight

AI-powered design analytics

Attention Insight란 무엇입니까?

Attention Insight은(는) https://attentioninsight.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-powered design analytics"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Attention Insight 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}