GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
Co to jest GazeHunt – attention heatmaps?
GazeHunt – attention heatmaps to rozszerzenie Chrome opracowane przez https://gazehunt.com, a jego główną funkcją jest „Instant attention heatmaps powered by AI – ready in a minute.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GazeHunt – attention heatmaps
Pobierz pliki rozszerzeń GazeHunt – attention heatmaps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Get an attention heatmap for your webpage in a minute. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | halhkpaciemcjmfnjehgcepcficmmmog |
| Oficjalny URL | https://chromewebstore.google.com/detail/gazehunt-%E2%80%93-attention-heat/halhkpaciemcjmfnjehgcepcficmmmog |
| Opis | Instant attention heatmaps powered by AI – ready in a minute. |
| Rozmiar pliku | 634 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 0.1.1 |
| Ostatnia Aktualizacja | 2021-08-24 |
| Data Publikacji | 2021-08-02 |
| Deweloper | https://gazehunt.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://gazehunt.com/home |
| Adres URL Strony Pomocy | https://gazehunt.com/contact |
| Adres URL Strony Polityki Prywatności | https://gazehunt.com/legal/privacy |
| Obsługiwane Języki | 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'"
} | |