Attention Prediction Plugin by Fixate.ai

Attention prediction - know what your users see as they view you design

Attention Prediction Plugin by Fixate.ai란 무엇입니까?

Attention Prediction Plugin by Fixate.ai은(는) https://fixate.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Attention prediction - know what your users see as they view you design"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Attention Prediction Plugin by Fixate.ai 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Fixate is an automated attention analysis engine for design teams that helps objectively measure the attention-grabbing effectiveness of their visual assets at scale. Fixate analyses any visual content in seconds, automatically giving designers feedback on what is likely to grab the most attention.                    

확장 프로그램 기본 정보

이름 Attention Prediction Plugin by Fixate.ai Attention Prediction Plugin by Fixate.ai
ID llafpaplhoiakjdpfldbaifjpfhcjbmh
공식 URL https://chromewebstore.google.com/detail/attention-prediction-plug/llafpaplhoiakjdpfldbaifjpfhcjbmh
설명 Attention prediction - know what your users see as they view you design
파일 크기 143 KB
설치 횟수 30
현재 버전 1.0.15
최근 업데이트 2021-05-18
출시 날짜 2021-05-02
평점 5.00/5 총 2 개의 평점
개발자 https://fixate.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fixate.ai
도움말 페이지 URL https://fixate.ai
개인정보 보호 정책 페이지 URL https://fixate.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attention Prediction Plugin by Fixate.ai",
    "version": "1.0.15",
    "manifest_version": 2,
    "description": "Attention prediction - know what your users see as they view you design",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "App.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/selection.js"
            ],
            "css": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon-32.png",
        "default_popup": "popups\/processing.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.min.js https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.2.1\/jquery.min.js; object-src 'self'"
}