Kanaree.io Heatmap
The purpose of the extension will be to let companies easily make better real-time decisions based on data.
Kanaree.io Heatmap là gì?
Kanaree.io Heatmap là một tiện ích mở rộng Chrome được phát triển bởi http://kanaree.io, và tính năng chính của nó là "The purpose of the extension will be to let companies easily make better real-time decisions based on data.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kanaree.io Heatmap
Tải xuống các tệp mở rộng Kanaree.io Heatmap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Kanaree.io Heatmap The Best chrome extension for Analytics and User Experience REAL-TIME USER DATA IN YOUR BROWSER By removing the need to schedule heatmap recordings or limiting the number of sessions you can track, you can get value from data faster than ever before. With the Kanaree.io chrome extension view your website and discover data directly on the page. With our extensive data schema and our machine learning aggregation you know instantly what’s driving revenue and conversions on your site using our “Show me the money“ feature. With data captured for mobile, tablet and desktop you can easily start getting value from your data. REAL-TIME HEATMAPS Anyone can analyze user behavior for any page on your site any time with the Kanaree.io chrome extension. Simply go to your web-page, select the device you want to analyze and start finding value in your data. While in heatmap mode mouse over a hot spot and get valuable information like Xpath addresses and number of clicks. FLYOUT & HOVER STATE HEATMAPS Since Kanaree.io built our Chrome extension to be interactive and real-time we are the only analytics solution that lets you look inside flyouts on your site. Go to your web-page, select the device you want to see data for and start analyzing. When you are ready to explore inside an interactive element interact with the element and refresh the heatmap using Ctl+Q. It is that simple. Like our other heatmaps mouse over and element to get Xpath addresses and click data. SCROLL DEPTH HEATMAPS Understanding how much of a page users actually see is very important. Analyzing scroll depth can be overlooked if you have to set up recordings for individual pages or go to a separate platform. This is why we build scroll depth heatmaps directly into our platform. Now go to your web-page, select the device you want to analyze and start seeing the value in your data. ONLY SHOW CONVERTED SESSIONS At Kanaree.io we believe the power in your data lies in comparing different outcomes. This is why we offer the ability to filler any data to show data points for only converting sessions. This type of analysis can lead to discoveries not possible in other tools. Toggle this filter on and off real-time to get a better understanding of why some sessions lead to a conversion and some do not. SHOW ME THE MONEY With all the data you have access to from Kanaree.io our mission was to get you to value faster. Our solution was “SHOW ME THE MONEY” , we take every page, every click and every conversion then let our machine learning algorithms create dynamic groupings of all your page elements. We generate dynamic groupings and you choose what groupings you want to analyze from 1 (all elements grouped together) to 100 (every element individually). Kanaree.io will display the element grouping dynamically in browser with the percent of total click and the percent of revenue that element grouping generated. Ever wonder how much that section on your page mattered? Now you have answers in seconds. Go to your web-page, select the device you want to analyze and find value in your data. HIGHLIGHT XPATH Sometimes data just does not make sense. We heard this a lot “I can’t find that thing people keep clicking on” our solution was “Find Xpath”. Since tracking every interaction is a key to the data quality Kanaree.io provides Xpaths are a super important components. If you are looking to find an Xpath or understand the location of elements on a page you can simply go to the page and enter the Xpath in our extension. This will highlight on the page the visible element that the Xpath is associated with, providing you a fast simple way to analyze your data. PRICING While our Chrome extension is provided for free we do require a Kanaree.io account and tracking integration. Basic Chrome extension accounts are super affordable and take minutes to setup. Providing the chrome extension for free and requiring a Kanaree.io account allows you to provide access for anyone on your team, while only paying one time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfgjjecpdaamkaipiikejkepdpkkhalk |
URL Chính Thức | https://chrome.google.com/webstore/detail/kanareeio-heatmap/mfgjjecpdaamkaipiikejkepdpkkhalk |
Mô tả | The purpose of the extension will be to let companies easily make better real-time decisions based on data. |
Kích Thước Tệp | 63.19 KB |
Số Lần Cài Đặt | 491 |
Phiên Bản Hiện Tại | 2.0.20 |
Cập Nhật Lần Cuối | 2021-03-08 |
Ngày Phát Hành | 2020-09-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://kanaree.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kanaree.io/ |
URL Trang Trợ Giúp | https://www.kanaree.io/chrome-extension |
URL Trang Chính Sách Bảo Mật | https://www.kanaree.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanaree.io Heatmap", "version": "2.0.20", "manifest_version": 2, "description": "The purpose of the extension will be to let companies easily make better real-time decisions based on data.", "short_name": "Kanaree.io Heatmap", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16x16.png", "19": "icons\/icon19x19.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" } }, "icons": { "16": "icons\/icon16x16.png", "19": "icons\/icon19x19.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "all_frames": false, "js": [ "contentscript.js", "heatmap.min.js" ], "run_at": "document_end" } ], "commands": { "refresh_heatmap": { "suggested_key": { "default": "Ctrl+Q", "mac": "MacCtrl+Q" }, "description": "Refresh Heatmap (Ctrl+Q)" } }, "permissions": [ "activeTab", "storage", "unlimitedStorage", " |