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文件

下载VisualEyes - Visual Insights for websites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}