Ole Albers
Ole Albers

Reputation: 9305

Chrome Extension: Which Api to get ratings?

I have written a chrome extension which uses the google+ - api to collect some basic information about the user.

I now would like to display something like "Thank you for rating this extension on the chrome web store".

How can I find out if a user rated my extension? Which Api do I have to use? The "Chrome Web Store API" seems to be the wrong one.

Upvotes: 1

Views: 1454

Answers (1)

abraham
abraham

Reputation: 47893

There is no public API for getting Chrome Web Store information or ratings.

Edit: There is a Chrome Web Store API, however it's current implementation is designed for automated extension updating/publishing.

Upvotes: 5

Related Questions