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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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'"
} | |