How I automate fetching Chrome Web Store user counts & ratings

Ego booster (or deflator) charts
Ego booster (or deflator) charts

I have 7 Chrome extensions and apps and, as a chronic numbers addict, I like to keep track of their user numbers (WAU), and ratings.

I use a spreadsheet (Google Sheet) to collect the data, and analyze trends, and catch (to diagnose) outliers. The same spreadsheet also functions as a JSON-providing backend for data being funneled elsewhere (e.g. for user numbers on this page).

While the analysis part, and the JSON-feed worked well, the data collection part was painful. Google doesn’t provide an API to fetch extension data, so I’ve had to fill the data manually into the spreadsheet every day!

For a long time, I used to open my Chrome Web Store (CWS) developer dashboard every morning, and one-by-one fill in the numbers into the spreadsheet cells. While this was relatively easy, if menial, on the desktop, it’s quite painful on the phone – copying numbers between two apps on the small screen.

Continue reading How I automate fetching Chrome Web Store user counts & ratings

Displaying developer name in Chrome Web Store app listing

Chrome Web Store‘s developer attribution doesn’t seem to be very clearly documented anywhere. It took me a while to figure out how to display my name, instead of my domain name on my app listings. Seeing people ask about this in Chrome-apps mailing list, I thought I’d put the details out here for Google to index.

CWS1 offers two kinds of owner attribution for app2 listings:

  • by domain name, and
  • by developer’s chosen name

Here’s how to set them both up:

Continue reading Displaying developer name in Chrome Web Store app listing