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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant visual analysis of websites to perform competitor analysis or conversion rate optimization."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VisualEyes - Visual Insights for websites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}