GazeHunt – attention heatmaps

Instant attention heatmaps powered by AI – ready in a minute.

GazeHunt – attention heatmaps란 무엇입니까?

GazeHunt – attention heatmaps은(는) https://gazehunt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant attention heatmaps powered by AI – ready in a minute."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GazeHunt – attention heatmaps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get an attention heatmap for your webpage in a minute.                    

확장 프로그램 기본 정보

이름 GazeHunt – attention heatmaps GazeHunt – attention heatmaps
ID halhkpaciemcjmfnjehgcepcficmmmog
공식 URL https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog
설명 Instant attention heatmaps powered by AI – ready in a minute.
파일 크기 634 KB
설치 횟수 43
현재 버전 0.1.1
최근 업데이트 2021-08-24
출시 날짜 2021-08-02
개발자 https://gazehunt.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gazehunt.com/home
도움말 페이지 URL https://gazehunt.com/contact
개인정보 보호 정책 페이지 URL https://gazehunt.com/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GazeHunt \u2013 attention heatmaps",
    "homepage_url": "https:\/\/gazehunt.com\/",
    "description": "Instant attention heatmaps powered by AI \u2013 ready in a minute.",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "https:\/\/gazehunt.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Attention heatmap",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.1",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}