PostHog Sidecar

Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…

PostHog Sidecar là gì?

PostHog Sidecar là một tiện ích mở rộng Chrome được phát triển bởi PostHog, và tính năng chính của nó là "Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PostHog Sidecar

Tải xuống các tệp mở rộng PostHog Sidecar 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

                        Welcome to the early access version of PostHog Sidecar!
 
Sidecar gives you all your customer data at your fingertips on any webpage. Use it when debugging support tickets, prospecting new customers, and anywhere else you can imagine!

Sidecar works on any page - simply highlight an email or a piece of text you would like to search for and right click. Next, simply click 'Look up in PostHog' to instantly see a list of all related users, their recent session recordings, all the groups they're a member of, and much more. All this comes directly from PostHog, meaning there's no need to juggle complex integrations with all your tools. 

Please note that this is still an early version of the extension, and we have many improvements planned in the near future. Any feedback or feature requests are greatly appreciated, and can be filed as an issue on https://github.com/PostHog/sidecar.

Not using PostHog? Try us out for product analytics and much more at https://posthog.com!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PostHog Sidecar PostHog Sidecar
ID eighgkegpbommpaloilpbdjllmooilbg
URL Chính Thức https://chrome.google.com/webstore/detail/posthog-sidecar/eighgkegpbommpaloilpbdjllmooilbg
Mô tả Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…
Kích Thước Tệp 8.41 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2022-11-15
Nhà Phát Triển PostHog
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://posthog.com/roadmap/sidecar
URL Trang Chính Sách Bảo Mật https://posthog.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PostHog Sidecar",
    "version": "0.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": [],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}