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…”。
擴展截圖
下載PostHog Sidecar擴展crx文件
下載PostHog Sidecar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | eighgkegpbommpaloilpbdjllmooilbg |
官方網址 | 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" } } |