PostHog Sidecar

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

Was ist PostHog Sidecar?

PostHog Sidecar ist eine Chrome-Erweiterung, die von PostHog entwickelt wurde, und ihr Hauptmerkmal ist "Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…".

Erweiterungsscreenshots

screenshot

PostHog Sidecar-Erweiterungs-CRX-Datei herunterladen

Laden Sie PostHog Sidecar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name PostHog Sidecar PostHog Sidecar
ID eighgkegpbommpaloilpbdjllmooilbg
Offizielle URL https://chrome.google.com/webstore/detail/posthog-sidecar/eighgkegpbommpaloilpbdjllmooilbg
Beschreibung Welcome to the early access version of PostHog Sidecar! Sidecar gives you all your customer data at your fingertips on any…
Dateigröße 8.41 KB
Installationsanzahl 67
Aktuelle Version 0.1.0
Letztes Update 2022-11-15
Veröffentlichungsdatum 2022-11-15
Entwickler PostHog
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://posthog.com/roadmap/sidecar
URL der Datenschutzrichtlinien-Seite https://posthog.com/privacy
Unterstützte Sprachen 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"
    }
}