Whenisgood heatmap
Turns whenisgood results into a heatmap
Wat is Whenisgood heatmap?
Whenisgood heatmap is een Chrome-extensie ontwikkeld door enigmoid, en de belangrijkste functie is "Turns whenisgood results into a heatmap".
Extensie Screenshots
Download het CRX-bestand van de extensie Whenisgood heatmap
Download Whenisgood heatmap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Modifies whenisgood results pages to show a heatmap based on respondent availability.
Basisinformatie over de Extensie
Naam | Whenisgood heatmap |
ID | eeoohcfjjiccilmhfnefolhndjkpjono |
Officiële URL | https://chromewebstore.google.com/detail/whenisgood-heatmap/eeoohcfjjiccilmhfnefolhndjkpjono |
Beschrijving | Turns whenisgood results into a heatmap |
Bestandsgrootte | 8.81 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-03-27 |
Publicatiedatum | 2015-03-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | enigmoid |
Betalingswijze | free |
Ondersteunde Talen | 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 } |