Is there a way to check extension review status via API?

144 views
Skip to first unread message

Aleksander Vaganov

unread,
Jan 27, 2020, 6:07:27 AM1/27/20
to Chromium Extensions
Whant to configurate useful CI/CD.

Therefore we are using OAUTH2 + Webstore Publish API to deliver our codebase to webstore automatically.
But, in certain condition (like broadhost/tabs permission or smth.) we are forced to deep review anyway. (Actually there is no difference betwen API/ manual publication).

The answer from Webstore Publish API is

{
kind: 'chromewebstore#item',
item_id: '[YOUR_ITEM_ID]',
status: [ 'PUBLISHED_WITH_FRICTION_WARNING' ],
statusDetail:
[ 'Your item needs extra time to review because your item has all hosts permission.' ]
}


So the question is – after you accomplished publication via https://developer.chrome.com/webstore/webstore_api/items/publish and get PUBLISHED_WITH_FRICTION_WARNING status, is there a way to check an REVIEW status via HTTP?

I think that would be very convenient, if we can set cron, or something to check review status, and when it accomplished/rejected process the callback and push notification into messanger.

best regards

Hiromu OCHIAI

unread,
Jun 2, 2020, 11:22:27 AM6/2/20
to Chromium Extensions
Same here. If there would be some API by which I can check the status of reviews, it would be super helpful.

2020年1月27日月曜日 20時07分27秒 UTC+9 Aleksander Vaganov:
Reply all
Reply to author
Forward
0 new messages