GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
O que é GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps é uma extensão do Chrome desenvolvida por https://gazehunt.com, e sua principal característica é "Instant attention heatmaps powered by AI – ready in a minute.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GazeHunt – attention heatmaps
Baixe arquivos de extensão GazeHunt – attention heatmaps 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
Get an attention heatmap for your webpage in a minute.
Informações Básicas da Extensão
Nome | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
URL Oficial | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
Descrição | Instant attention heatmaps powered by AI – ready in a minute. |
Tamanho do Arquivo | 634 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.1.1 |
Última Atualização | 2021-08-24 |
Data de Publicação | 2021-08-02 |
Desenvolvedor | https://gazehunt.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gazehunt.com/home |
URL da Página de Ajuda | https://gazehunt.com/contact |
URL da Página de Política de Privacidade | https://gazehunt.com/legal/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GazeHunt \u2013 attention heatmaps", "homepage_url": "https:\/\/gazehunt.com\/", "description": "Instant attention heatmaps powered by AI \u2013 ready in a minute.", "default_locale": "en", "permissions": [ "activeTab", "https:\/\/gazehunt.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Attention heatmap", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.1", "content_security_policy": "script-src 'self' ; object-src 'self'" } |