Whenisgood heatmap

Turns whenisgood results into a heatmap

What is Whenisgood heatmap?

Whenisgood heatmap is a Chrome extension developed by enigmoid, and its main feature is "Turns whenisgood results into a heatmap".

Extension Screenshots

screenshot

Download Whenisgood heatmap Extension CRX File

Download Whenisgood heatmap 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

                        Modifies whenisgood results pages to show a heatmap based on respondent availability.                    

Extension Basic Information

Name Whenisgood heatmap Whenisgood heatmap
ID eeoohcfjjiccilmhfnefolhndjkpjono
Official URL https://chromewebstore.google.com/detail/whenisgood-heatmap/eeoohcfjjiccilmhfnefolhndjkpjono
Description Turns whenisgood results into a heatmap
File Size 8.81 KB
Installation Count 31
Current Version 1.0.1
Last Updated 2015-03-27
Publish Date 2015-03-27
Rating 5.00/5 Total 1 Ratings
Developer enigmoid
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whenisgood heatmap",
    "short_name": "WhenHeatMap",
    "description": "Turns whenisgood results into a heatmap",
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "click.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whenisgood.net\/*"
            ],
            "js": [
                "click.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Whenisgood heatmap",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}