GazeHunt – attention heatmaps
Instant attention heatmaps powered by AI – ready in a minute.
ما هو GazeHunt – attention heatmaps؟
GazeHunt – attention heatmaps هو إضافة Chrome تم تطويرها بواسطة https://gazehunt.com، والميزة الرئيسية لها هي "Instant attention heatmaps powered by AI – ready in a minute.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GazeHunt – attention heatmaps
قم بتنزيل ملفات الامتداد GazeHunt – attention heatmaps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://gazehunt.com/contact |
| عنوان صفحة سياسة الخصوصية | 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'"
} | |