AEM 热力分析插件
AEM 热力分析插件
AEM 热力分析插件คืออะไร?
AEM 热力分析插件 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aem-team และคุณลักษณะหลักของมันคือ "AEM 热力分析插件"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AEM 热力分析插件
ดาวน์โหลดไฟล์ส่วนขยาย AEM 热力分析插件 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AEM热力分析是基于全采集数据进行热力分析的可视化工具,通过高亮颜色、数据标注来展示网页区域中不同元素的点击密度、触达率等特征,直观展现了用户在页面上的浏览偏好和交互情况。
使用热力分析插件,可以:
✓查看页面各区块的数据热度
✓按点击/曝光/曝光点击率切换数据处理方式
✓按xpath/autolog key切换统计口径
✓节点数据详情查看
✓创建点击/曝光事件
✓创建快照 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lpdpdmlfeecipgoncfhdjmggijpginfj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aem-%E7%83%AD%E5%8A%9B%E5%88%86%E6%9E%90%E6%8F%92%E4%BB%B6/lpdpdmlfeecipgoncfhdjmggijpginfj |
| คำอธิบาย | AEM 热力分析插件 |
| ขนาดไฟล์ | 38.96 KB |
| จำนวนการติดตั้ง | 576 |
| เวอร์ชันปัจจุบัน | 2.0 |
| อัปเดตครั้งล่าสุด | 2023-11-17 |
| วันที่เผยแพร่ | 2023-01-30 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | aem-team |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "AEM\u70ed\u529b\u5206\u6790",
"name": "AEM \u70ed\u529b\u5206\u6790\u63d2\u4ef6",
"version": "2.0",
"description": "AEM \u70ed\u529b\u5206\u6790\u63d2\u4ef6",
"manifest_version": 3,
"background": {
"service_worker": "static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/market.wapa.taobao.com\/app\/aes\/aes-adata-plugin-iframe\/*",
"https:\/\/market.m.taobao.com\/app\/aes\/aes-adata-plugin-iframe\/*",
"https:\/\/adata.local.com:3333\/*"
],
"js": [
"static\/js\/content.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_page": "script-src 'self' https:\/\/*.alicdn.com; object-src 'self'"
},
"permissions": [
"storage",
"declarativeContent",
"scripting"
],
"host_permissions": [],
"web_accessible_resources": [],
"action": {
"default_popup": "\/popup\/popup.html",
"default_icon": {
"16": "\/images\/on.png",
"32": "\/images\/on.png",
"48": "\/images\/on.png",
"128": "\/images\/on.png"
},
"default_title": "\u70b9\u51fb\u5207\u6362AEM\u70ed\u529b\u5206\u6790\u529f\u80fd\u5f00\u5173"
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
} | |