Overlay BI - Google Analytics, simplified

Visualize data on top of your websites, get actionable reports and set events without relying on your development team!

Overlay BI - Google Analytics, simplifiedคืออะไร?

Overlay BI - Google Analytics, simplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://overlaybi.com และคุณลักษณะหลักของมันคือ "Visualize data on top of your websites, get actionable reports and set events without relying on your development team!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overlay BI - Google Analytics, simplified

ดาวน์โหลดไฟล์ส่วนขยาย Overlay BI - Google Analytics, simplified ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OverlayBI simplifies your work by visualizing events and conversion funnels on top of your website. No more boring dashboards and complex charts to become a master in analytics. With OverlayBI, the power is in your hand and you are always connected to your site's performance.

The key benefits of Overlay: 

* EVENTS SETTING - Set events and track call to action events without the need in further development. Simply set new events directly from your website. No more chasing your developers!

* CONVERSION FUNNEL - Analyze your users conversion funnels by simply replicating them on your website. No need to analyze complex charts. Simply browse your site like your users do and get to know them better. 

* ACTIONABLE INSIGHTS - Review important metrics and events data on your website in your natural workflow. Overlay brings all the data to you.

* SCROLL DEPTH - View how deep your users are scrolling to adjust your content and extract relevant insights. 

* COMMUNICATION - Communicate with your colleagues who work on the same site (e.g. your development team) by leaving them notes attached to specific changes you would like to make. No more screen grabs and email. Just leave a message and get a reply on top of your site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Overlay BI - Google Analytics, simplified Overlay BI - Google Analytics, simplified
ID kfodnoaejimmmphonklghkimhnhhgbce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/overlay-bi-google-analyti/kfodnoaejimmmphonklghkimhnhhgbce
คำอธิบาย Visualize data on top of your websites, get actionable reports and set events without relying on your development team!
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 328
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2021-07-27
วันที่เผยแพร่ 2019-01-06
คะแนน 4.85/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://overlaybi.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.overlaybi.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.overlaybi.com/docs/Terms.pdf
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Overlay BI - Google Analytics, simplified",
    "description": "Visualize data on top of your websites, get actionable reports and set events without relying on your development team!",
    "short_name": "Overlay BI",
    "autor": "OverlayBI.com",
    "version": "1.1.7",
    "permissions": [
        "identity",
        "identity.email",
        "activeTab",
        "contextMenus",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "oauth2": {
        "client_id": "724302792888-l7m4mcc61pqu18a6ob0t4j2j3qg7u0h7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tagmanager.edit.containers"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "Obi_logo_16.png",
        "48": "Obi_logo_48.png",
        "128": "Obi_logo_128.png"
    },
    "browser_action": {
        "default_icon": "Obi_logo_38.png",
        "default_popup": "guest.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.overlaybi.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.co.il\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}