Funnelyzer - Easily analyze eCommerce data
Funnelyzer is the easiest way to analyze e-commerce stores with just one click.
Τι είναι το Funnelyzer - Easily analyze eCommerce data;
Το Funnelyzer - Easily analyze eCommerce data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://funnelyzer.ai, και η κύρια λειτουργία του είναι "Funnelyzer is the easiest way to analyze e-commerce stores with just one click.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Funnelyzer - Easily analyze eCommerce data
Λήψη αρχείων επέκτασης Funnelyzer - Easily analyze eCommerce data σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The simplest way to see your digital store's important KPIs and analyze your purchase funnel - fast. What will you get? ✅ Watch the most important KPIs of your store: entries, add to cart, checkout, transactions, revenue, conversion rate, Avg. cart value, frequency ✅ See your store funnel with abandonment percentages between the different steps ✅ Get visual insights for the current period compared to the previous period to make decisions to improve site profits ✅ Filter your store data for common date ranges, such as: Today, yesterday, last week, last month, last quarter, last year ✅ Filter your store data for important filters such as user types, devices, or traffic sources so you can draw accurate conclusions How does it work? Funnelyzer takes your Google Analytics Enhanced eCommerce data and shows your eCommerce funnel with abandoned users and revenue. You can see your data with 3 simple steps: Install Funnelyzer extension ☛ Connect to your Google Analytics account ☛ Analyze your digital store. No worry, we are not saving any of your eCommerce data. Who is Funnelyzer extension for? Our extension is used by retailers, digital store owners, eCommerce managers, marketers, QA testers, UX-UI characteristics, analysts, and anyone working in the eCommerce industry.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Funnelyzer - Easily analyze eCommerce data |
ID | ccijmcaojoicndalnhngocagddcnpdln |
Επίσημο URL | https://chromewebstore.google.com/detail/funnelyzer-easily-analyze/ccijmcaojoicndalnhngocagddcnpdln |
Περιγραφή | Funnelyzer is the easiest way to analyze e-commerce stores with just one click. |
Μέγεθος Αρχείου | 2.39 MB |
Αριθμός Εγκαταστάσεων | 834 |
Τρέχουσα Έκδοση | 4.3.1 |
Τελευταία Ενημέρωση | 2023-07-04 |
Ημερομηνία Δημοσίευσης | 2020-07-05 |
Αξιολόγηση | 5.00/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | https://funnelyzer.ai |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.funnelyzer.ai |
Διεύθυνση URL της Σελίδας Βοήθειας | https://funnelyzer.ai/contact-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://funnelyzer.ai/privacy-policy |
Υποστηριζόμενες Γλώσσες | en,iw,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.3.1", "permissions": [ "storage", "https:\/\/api.funnelyzer.ai\/", "https:\/\/stg.funnelyzer.ai\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; https:\/\/api.funnelyzer.ai\/ https:\/\/stg.funnelyzer.ai\/", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "128": "img\/128.png" } }, "web_accessible_resources": [ "css\/flags.css", "css\/main.css", "js\/LanguageFactory.js" ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "128": "img\/128.png" }, "options_page": "options.html", "manifest_version": 2 } |