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란 무엇입니까?

PostHog Sidecar은(는) PostHog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…"입니다.

확장 프로그램 스크린샷

screenshot

PostHog Sidecar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 PostHog Sidecar PostHog Sidecar
ID eighgkegpbommpaloilpbdjllmooilbg
공식 URL https://chrome.google.com/webstore/detail/posthog-sidecar/eighgkegpbommpaloilpbdjllmooilbg
설명 Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…
파일 크기 8.41 KB
설치 횟수 67
현재 버전 0.1.0
최근 업데이트 2022-11-15
출시 날짜 2022-11-15
개발자 PostHog
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://posthog.com/roadmap/sidecar
개인정보 보호 정책 페이지 URL https://posthog.com/privacy
지원되는 언어 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"
    }
}