如何查看 Chrome 扩展程序的总安装数?

发布于 2024-12-29 14:58:33 字数 496 浏览 5 评论 0原文

我正在通过 Chrome 网上商店分发 Chrome 扩展程序,但我无法找到网上商店告诉我我的扩展程序有多少“总安装量”的地方。我想知道自从我第一次上传扩展程序以来总共有多少人安装了它。

在谷歌上进行一些快速搜索,在谷歌帮助部分中找到了以下文章,但我找不到实际显示“每周安装”数据的“详细信息”页面。 在此处查看< /a>.此外,该页面上没有解释我会在哪里获得“总安装量”。

我还发现了此讨论,其中也不包含答案。

I'm distributing a chrome extension through the Chrome web store and I'm having trouble finding anyplace where the web store tells me how many "total installs" my extension has. I want to be able to know how many people in total have installed my extension since I first uploaded it.

Some quick searching on google yielded the following article in the google help section, but I can't find a "details" page that actually shows the "weekly installs" figure. Check it out here. In addition, there's no explanation of where I would get "total installs" on that page.

I also found this discussion, which did not contain the answer either.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

把人绕傻吧 2025-01-05 14:58:33

匿名是不正确的。这不是安装总数。这就是每周用户数(积极使用该扩展的人),并且每周进行统计。

如果您想查看每日安装扩展程序的人数,您可以在“近期统计”页面上查看:

最近统计页面

您可以通过单击“统计”从开发者仪表板访问此页面:

,谷歌Chrome 没有提供查看安装该扩展程序的总人数的方法。

但是,我个人想出了一种方法来了解自己:

1)当用户安装扩展时,它会在我的服务器上打开一个 php 页面(仅一次,仅用于初始安装),这是一个我立即重定向到的 php 页面另一个页面(我将其重定向到欢迎页面),但在该 php 页面上,每次打开该页面时,访问时都会记录 1 。

2) 在我的服务器上的第二个 javascript 页面上,它收集这些计数并将它们相加,以一种很好的格式显示它们,以便我查看和监控安装数量。

您可以使其变得更加复杂,使用每个版本的新代码更新 javascript 页面,以便您可以查看每个版本的安装次数,甚至每天的安装次数。这仅取决于您想花多少时间编写 javascript(以及您的编程水平)。

是的,我的方法相当复杂,并且花了很多时间编写 php 和 javascript 代码。然而,这是唯一的方法。

这是我的跟踪页面的样子:

在此处输入图像描述

如您所见,这并不奇怪,因为只有我会看到它(我什至对页面进行了密码保护),但它使我可以随时轻松跟踪我的安装。

Anonymous is incorrect. That is not the total number of installs. What that is, is the number of weekly users (people actively using the extension), and this is tallied weekly.

If you want to see the daily number of people installing the extension, you can see that on the Recent Stats page:

recent stats page

You can get to this page from your Developer Dashboard by clicking on "Stats":

enter image description here

Unfortunately, Google Chrome does not give a way to see the total number of people who installed the extension.

However, I personally came up with a way to find out myself:

1) When user installs the extension, it opens a php page on my server (one time only, only for initial installation) which is a php page which I immediately redirect to another page (I redirect it to a welcome page), but on that php page when visited tallies 1 for each time the page is opened.

2) On a second javascript page on my server, it gathers these tallies and adds them up, displaying them in a nice format for me to see and monitor the number of installs.

You can make it even more complex, updating the javascript page with new code for each version, so you can see how many installs for each version, or even how many installs each day. It just depends how much time you want to spend writing javascript (and your programming level).

Yes, my method is pretty complicated, and it took a lot of time writing the php and javascript code. However, it is the only way.

Here is what my tracking page looks like:

enter image description here

As you see, it's nothing fancy because only I will ever see it (I even password-protected the page), but it allows me to easily track my installs at any time.

抽个烟儿 2025-01-05 14:58:33

鉴于无法从开发者信息中心获得有关新安装的可靠报告,您可能需要考虑使用 Google Analytics 跟踪安装情况。

由于为了获得最佳结果,您应该添加跟踪并通过使用 GA 获取使用情况洞察,因此您可以创建一个自定义事件或欢迎页面,供首次使用的用户触发。您可以对那些卸载您的扩展的人使用相同的策略。

由于官方指南尚未更新,请查看本教程,它很好地介绍了如何如何将 Google 的 Universal Analytics 跟踪添加到 Chrome 扩展程序

Given that it's not possible to get solid reporting on new installs from the Developer Dashboard, you might want to consider tracking installs with Google Analytics.

Since for best results you should be adding tracking and getting usage insights by using GA anyway, you could create a custom event or a Welcome page that will be triggered for first time users. You could use the same tactic for those who are uninstalling your extension.

Because the official guide has not yet been updated, check out this tutorial does a good job covering how to How to add Google’s Universal Analytics tracking to a Chrome extension.

离线来电— 2025-01-05 14:58:33

转到 https://chrome.google.com/webstore/ 并点击缩略图 (如此处所示):

它将显示以下屏幕:

它将显示以下屏幕:

如果你仔细观察中间,你会看到它写着“408,501个用户”
- 这是安装次数。

After going to https://chrome.google.com/webstore/ and clicking on a thumbnail (as seen here) :

It will bring up the following screen:

If you look closely in the middle, you will see that it says "408,501 users"
- That is the number of installs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文