VisualEyes - Visual Insights for websites

Instant visual analysis of websites to perform competitor analysis or conversion rate optimization.

VisualEyes - Visual Insights for websites란 무엇입니까?

VisualEyes - Visual Insights for websites은(는) https://www.visualeyes.design에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant visual analysis of websites to perform competitor analysis or conversion rate optimization."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VisualEyes - Visual Insights for websites 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VisualEyes extension provides you all the core features of VisualEyes.design directly to your browser toolbar. In a single click, it takes a screenshot of your active tab and performs an extensive visual analysis. The results are ready instantly!

Features

1. Attention heatmaps

Attention heatmaps simulate eye-tracking studies and inform you about which parts of the screen captivate the user's attention. The heatmap is based on thousands of real historical eye-tracking data.

Visual Clarity 

2. Visual Clarity analyses how clear and aesthetically pleasing is your design. The higher the score the cleaner the design. Also, the clarity prediction includes a map that indicates cluttered areas in your website.

Learn more on how to use it:

https://bit.ly/2zQvJj1


Happy testing 🎉                    

확장 프로그램 기본 정보

이름 VisualEyes - Visual Insights for websites VisualEyes - Visual Insights for websites
ID heephfjhabnjmmeiindjefllheeddogn
공식 URL https://chromewebstore.google.com/detail/visualeyes-visual-insight/heephfjhabnjmmeiindjefllheeddogn
설명 Instant visual analysis of websites to perform competitor analysis or conversion rate optimization.
파일 크기 149 KB
설치 횟수 2,548
현재 버전 1.12
최근 업데이트 2021-07-14
출시 날짜 2020-06-18
평점 5.00/5 총 1 개의 평점
개발자 https://www.visualeyes.design
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.visualeyes.design/
도움말 페이지 URL https://www.visualeyes.design/contact/
개인정보 보호 정책 페이지 URL https://www.neuronsinc.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VisualEyes - Visual Insights for websites",
    "description": "Instant visual analysis of websites to perform competitor analysis or conversion rate optimization.",
    "version": "1.12",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "vendor\/jquery.Jcrop.min.js",
            "background\/background.js",
            "utils\/analytics.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/jquery.Jcrop.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Take Screenshot"
        }
    },
    "permissions": [
        "",
        "storage"
    ]
}