Browsee Analytics
Browsee Website Analytics, Heatmaps and Session Replay Lookup Extension
Τι είναι το Browsee Analytics;
Το Browsee Analytics είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Heroteck, και η κύρια λειτουργία του είναι "Browsee Website Analytics, Heatmaps and Session Replay Lookup Extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Browsee Analytics
Λήψη αρχείων επέκτασης Browsee Analytics σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension allows you to find the sessions of users that visited a certain page or clicked on some part of the page on Browsee. Giving a flawless experience to your website visitors can be hard. Browsee is your smart assistant to help understand users visually and improve your website. 💪 🤔 Why should I use Browsee ? 🤖 Video Session Replays of your users with Automatic AI tagging - On Browsee you can see exactly how your users used your website. Our AI tags find the most interesting sessions for you to watch. We estimate it reduces the effort to watch sessions by 95%. This extension makes it easy to search these sessions. Just open it on your page of interest and it will automatically find the sessions of users who visited that page. You can also click on any page element and it will show you the sessions done by that user. 🔥Heatmaps with Date Comparison - Browsee heatmaps allow you to see which parts of the page are doing well and which are not. Browsee heatmaps also show you where users are spending their time on a page and which parts they are scrolling to. Click Events - You can easily track any button or element without adding a single event with retrospective data. 👓 All this with the simple integration of just a snippet. No events integration needed. Browsee respects user privacy and gives all possible options to anonymize user sessions. Browsee - Stop Guessing 🤦♀️, Start Acting 💪 ✔ AI Tags on sessions - With 5% of sessions, understand 100% of user issues ✔ Always on session recording and heatmaps ✔ Create funnels and segments on user actions - No code required ✔ Free forever plan Have a question about about Browsee ? Please reach out to us.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Browsee Analytics |
ID | acojndadomohnjafbdclbonkohefnmhc |
Επίσημο URL | https://chromewebstore.google.com/detail/browsee-analytics/acojndadomohnjafbdclbonkohefnmhc |
Περιγραφή | Browsee Website Analytics, Heatmaps and Session Replay Lookup Extension |
Μέγεθος Αρχείου | 2.16 MB |
Αριθμός Εγκαταστάσεων | 109 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2020-07-22 |
Ημερομηνία Δημοσίευσης | 2020-06-19 |
Προγραμματιστής | Heroteck |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://browsee.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.browsee.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://browsee.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Browsee Website Analytics, Heatmaps and Session Replay Lookup Extension", "manifest_version": 2, "name": "Browsee Analytics", "version": "1.1.3", "homepage_url": "http:\/\/browsee.co\/", "icons": { "16": "icons\/icons-16.png", "32": "icons\/icons-32.png", "48": "icons\/icons-48.png", "128": "icons\/icons-128.png" }, "permissions": [ "tabs", "activeTab" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [], "background": { "scripts": [ "common\/browser-polyfill.js", "background\/background.js" ] }, "browser_action": { "default_icon": "icons\/icons-48.png", "default_title": "Browsee" } } |