chrome 网上商店中扩展的用户下载准确度如何?

How accurate are the user downloads for extensions on the chrome web store?

我创建了一个扩展并在 2 天前发布了它。

网上应用店显示有 10 个用户,但如果我查看我在扩展程序上安装的 Google 分析,它会显示“305 个用户,604 个网页浏览量”等,如果我排序我的观众按城市划分,我得到了大量的地点,而且会议的数量在 20-25 个城市中非常均匀......

所以我的问题是,网上商店显示用户数量的准确性如何?也许我的很多用户都删除了扩展程序,但即便如此,我预计会有超过 10 个用户保留下来。

这些是代表活跃安装数量的每周统计数据;不要指望他们经常更新。

如果您在扩展本身中使用 Google 分析,它会提供更好的最新图片。

您还可以查看这些统计信息(登录到开发者帐户时):https://chrome.google.com/webstore/developer/stats/<your_id_here>,可从开发者仪表板中以 link 的形式获得。

由于您的扩展还很新,您可能需要一两天才能看到反映您在 Google Analytics 中看到的数字。

根据 Google:https://support.google.com/chrome_webstore/answer/1154142?hl=en

The number of users includes everyone who has ever installed your item in the store, so it is likely greater than the number of weekly installs.

If the number of users is less than the the number of weekly installs, this may indicate that users are uninstalling your item.

这些 user 计数应该每天更新,但并不总是可靠。

开发人员仪表板确实会跟踪安装和展示的总数,但即便如此,它也只是在有限的时间段(3 个月)内,而且有时不可靠,因为在某些中断情况下您将无法取回任何数据。

更准确的方法是为安装事件添加侦听器 (chrome.runtime.onInstalled) 并相应地触发跟踪信标。资料来源:https://developer.chrome.com/extensions/runtime#event-onInstalled

正如 @Xan 之前所说,使用 google 分析或类似的东西是确定活跃用户“实际”数量(每日、每周、每月等)的最佳方法。只需获取列出的值对 Chrome 网上商店持保留态度。

在相关说明中,我发现一个有用的工具是 My extensions,可以根据 Chrome 商店快速查看“用户”总数。它还有助于获得用户评论的通知。