我如何查看我的Chrome扩展的总安装数量? [英] How can I see the number of total installs for my chrome extension?

查看:153
本文介绍了我如何查看我的Chrome扩展的总安装数量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我通过Chrome网上商店发布Chrome扩展程序,并且无法在网上商店找到任何位置告诉我我的扩展程序有多少全部安装。我想知道自从我第一次上传以来总共有多少人安装了我的扩展程序。

在谷歌上的一些快速搜索产生了以下文章,但我找不到实际显示每周安装数字的详细信息页面。 请在此处查看。另外,没有任何解释我会在该页面上完成安装的位置。



我还发现这个讨论,也没有包含答案。

解决方案

匿名是不正确的。这不是安装的总数。那是什么,是每周用户数量(人们积极使用该扩展程序),这是每周计算。



如果您想查看每日数量安装扩展程序的人员,您可以在最近的统计信息页面上看到:



您可以通过点击统计信息从开发人员信息中心访问此页面:





不幸的是,Google Chrome浏览器无法查看安装该扩展程序的总人数。然而,我个人想出了一个找到我自己的方式:
$ b $ 1)当用户安装扩展名时,它会在我的服务器上打开一个php页面(仅限一次,仅用于初始安装),这是一个我立即重定向到另一个页面(我将其重定向到一个欢迎页面),但页面上2)在我的服务器上的第二个JavaScript页面上,它收集这些标签并将它们加起来,将它们以一种很好的格式显示给我看,并监视安装次数。

您可以使它更加复杂,使用每个版本的新代码更新javascript页面,因此您可以查看每个版本的安装次数,甚至每天安装的安装次数。这只取决于你想花多少时间来编写javascript(和你的编程级别)。



是的,我的方法非常复杂,而且写了很多时间PHP和JavaScript代码。然而,这是唯一的方法。



以下是我的追踪页面:



正如你所看到的那样,只有我才能看到它(我甚至可以用密码保护页面),但它可以让我随时轻松跟踪我的安装。


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.

解决方案

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:

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

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:

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.

这篇关于我如何查看我的Chrome扩展的总安装数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆