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.
擴展基本資訊
名稱 | GazeHunt – attention heatmaps |
ID | halhkpaciemcjmfnjehgcepcficmmmog |
官方網址 | 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'" } |