Whenisgood heatmap

Turns whenisgood results into a heatmap

Qu'est-ce que Whenisgood heatmap ?

Whenisgood heatmap est une extension Chrome développée par enigmoid, et sa fonction principale est "Turns whenisgood results into a heatmap".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whenisgood heatmap

Téléchargez les fichiers d'extension Whenisgood heatmap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Whenisgood heatmap Whenisgood heatmap
ID eeoohcfjjiccilmhfnefolhndjkpjono
URL Officiel https://chromewebstore.google.com/detail/whenisgood-heatmap/eeoohcfjjiccilmhfnefolhndjkpjono
Description Turns whenisgood results into a heatmap
Taille du Fichier 8.81 KB
Nombre d'Installations 31
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-27
Date de Publication 2015-03-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur enigmoid
Type de Paiement free
Langues Prises en Charge 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
}