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 |
官方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" } } |