Heatmapper

Extension to do heatmaps for websites

What is Heatmapper?

Heatmapper is a Chrome extension developed by ryanackley, and its main feature is "Extension to do heatmaps for websites".

Extension Screenshots

screenshot

Download Heatmapper Extension CRX File

Download Heatmapper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Note this is a chrome extension for internal use at Atlassian. http://www.atlassian.com                    

Extension Basic Information

Name Heatmapper Heatmapper
ID oenokbgfppgmaincljjagclpbalncojb
Official URL https://chromewebstore.google.com/detail/heatmapper/oenokbgfppgmaincljjagclpbalncojb
Description Extension to do heatmaps for websites
File Size 143 KB
Installation Count 61
Current Version 1.4
Last Updated 2012-08-10
Publish Date 2012-08-10
Rating 1.00/5 Total 2 Ratings
Developer ryanackley
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Heatmapper",
    "manifest_version": 2,
    "description": "Extension to do heatmaps for websites",
    "version": "1.4",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "hidebutton.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Heatmapper",
        "default_popup": "popup.html",
        "default_icon": "icon19.png"
    }
}