Attention Insight
AI-powered design analytics
什么是Attention Insight?
Attention Insight是由https://attentioninsight.com开发的Chrome扩展程序,该扩展的主要功能是“AI-powered design analytics”。
扩展截图
下载Attention Insight扩展crx文件
下载Attention Insight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate attention heatmap directly where you are and discover the ways to optimise your website! AI-powered design analytics allow you to see websites through the eyes of users. Learn how users engage with designs, improve user experience, measure against your competitors and make data driven decisions. Attention Insight is based on deep learning technology and trained with 30 800 eye tracking studies data. Attention heatmaps are 90% accurate as compared with eye-tracking research studies. Proved by MIT. * Understand, which object attracts the most attention without data collection. * Implement A/B testing in minutes * Measure against your competitors * Improve visual engagement and optimise content visibility AI is working for you. Learn more about Attention Insight at https://www.attentioninsight.com
扩展基本信息
名称 | Attention Insight |
ID | kckakcdglnklfekbjcghcogpohmdammg |
官方URL | https://chromewebstore.google.com/detail/attention-insight/kckakcdglnklfekbjcghcogpohmdammg |
简介 | AI-powered design analytics |
文件大小 | 722 KB |
安装次数 | 4,696 |
当前版本 | 1.6.3 |
更新时间 | 2021-05-02 |
上架时间 | 2020-05-08 |
评分 | 4.64/5 共11次评分 |
开发者 | https://attentioninsight.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.attentioninsight.com/ |
帮助页面URL | https://www.attentioninsight.com/attention-insight-chrome-extension/ |
隐私政策页面URL | https://app.attentioninsight.com/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "AI-powered design analytics", "version": "1.6.3", "name": "Attention Insight", "background": { "page": "background.html", "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.bundle.js" ], "css": [ "attentionInsightApp.css" ] } ], "browser_action": { "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "activeTab", "downloads" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/browser.sentry-cdn.com; object-src 'self'", "web_accessible_resources": [ "icon_scan_current.png", "icon_scan_full.png", "icon_scan_selected.png", "ai_logo.png", "icon_more_insights.png", "icon_teaser.png", "heatmap.html", "popup.css", "Montserrat.ttf", "Montserrat-Regular.ttf", "Montserrat-Medium.ttf", "popup.css" ] } |