GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
什么是GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps是由https://gazehunt.com开发的Chrome扩展程序,该扩展的主要功能是“Instant attention heatmaps powered by AI – ready in a minute.”。
扩展截图
下载GazeHunt – attention heatmaps扩展crx文件
下载GazeHunt – attention heatmaps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get an attention heatmap for your webpage in a minute. 扩展基本信息
| 名称 | |
| ID | halhkpaciemcjmfnjehgcepcficmmmog |
| 官方URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
| 简介 | Instant attention heatmaps powered by AI – ready in a minute. |
| 文件大小 | 634 KB |
| 安装次数 | 43 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2021-08-24 |
| 上架时间 | 2021-08-02 |
| 开发者 | https://gazehunt.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gazehunt.com/home |
| 帮助页面URL | https://gazehunt.com/contact |
| 隐私政策页面URL | https://gazehunt.com/legal/privacy |
| 支持的语言 | 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'"
} | |