Instant Eye Tracking Predictions
Discover how people perceive your designs in a minute! Heat-Map.Co
Qu'est-ce que Instant Eye Tracking Predictions ?
Instant Eye Tracking Predictions est une extension Chrome développée par https://heat-map.co, et sa fonction principale est "Discover how people perceive your designs in a minute! Heat-Map.Co".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instant Eye Tracking Predictions
Téléchargez les fichiers d'extension Instant Eye Tracking Predictions 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
HeatMapCo eye-tracking prediction technology helps users make their websites more profitable and user-friendly. The plugin allows to analyse web pages, mock-ups or images to clearly understand how people perceive it What makes HeatMapCo better than other similar services? - it is very fast (the result is typically available in less than 20 seconds) - it is extremely easy to use (no need to insert special codes or scripts into the web page). HeatMapCo is a very useful service for: - Designers - Advertising Agencies - Merchandisers - Marketeers Want to learn about our features? Check out HeatMapCo features at http://www.heat-map.co
Informations de Base sur l'Extension
Nom | Instant Eye Tracking Predictions |
ID | gdlphncgdlaajddhdginocbkndmceaml |
URL Officiel | https://chromewebstore.google.com/detail/instant-eye-tracking-pred/gdlphncgdlaajddhdginocbkndmceaml |
Description | Discover how people perceive your designs in a minute! Heat-Map.Co |
Taille du Fichier | 201 KB |
Nombre d'Installations | 2,385 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2018-10-10 |
Date de Publication | 2018-10-09 |
Évaluation | 2.26/5 Total 23 Évaluations |
Développeur | https://heat-map.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://heat-map.co |
URL de la Page d'Aide | http://heat-map.co/faqs/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Eye Tracking Predictions", "short_name": "Eye Tracking", "version": "1.6.3", "description": "Discover how people perceive your designs in a minute! Heat-Map.Co", "background": { "persistent": true, "page": "app\/background\/background.html" }, "homepage_url": "http:\/\/heat-map.co\/", "icons": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "48": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon-19.png", "default_popup": "app\/popup\/popup.html", "default_title": "Create a Visual Perception Analysis Heatmap" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2 } |