Instant Eye Tracking Predictions
Discover how people perceive your designs in a minute! Heat-Map.Co
O que é Instant Eye Tracking Predictions?
Instant Eye Tracking Predictions é uma extensão do Chrome desenvolvida por https://heat-map.co, e sua principal característica é "Discover how people perceive your designs in a minute! Heat-Map.Co".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Instant Eye Tracking Predictions
Baixe arquivos de extensão Instant Eye Tracking Predictions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Instant Eye Tracking Predictions |
ID | gdlphncgdlaajddhdginocbkndmceaml |
URL Oficial | https://chromewebstore.google.com/detail/instant-eye-tracking-pred/gdlphncgdlaajddhdginocbkndmceaml |
Descrição | Discover how people perceive your designs in a minute! Heat-Map.Co |
Tamanho do Arquivo | 201 KB |
Contagem de Instalações | 2,385 |
Versão Atual | 1.6.3 |
Última Atualização | 2018-10-10 |
Data de Publicação | 2018-10-09 |
Classificação | 2.26/5 Total de 23 Avaliações |
Desenvolvedor | https://heat-map.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://heat-map.co |
URL da Página de Ajuda | http://heat-map.co/faqs/ |
Idiomas Suportados | 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 } |