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은(는) https://funnelyzer.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Funnelyzer is the easiest way to analyze e-commerce stores with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Funnelyzer - Easily analyze eCommerce data 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}