How to stop publishing a new version of extension that is marked as 'Pending Review' in chrome store
Asked Answered
H

3

29

I've published a new version of the extension. It has been marked as 'Pending Review' because the manifest has some permission changes. Now I don't want the new version of the extension to be published. Is there any way to stop it? I just want to let the users continue using the already published version of the extension

(I don't know where else to ask)

Hoodlum answered 11/9, 2018 at 21:9 Comment(9)
@IvánNokonoko Unpublishing will remove it from the store. I only want to stop the update and let the user install and continue using the existing version of the extension. I've edited the question to make it clear.Hoodlum
If the cancel button is available, then you can select it. But if not, then you need to wait for the review team to finish the review. Usually review process takes up to 1 week base on my experience.Raindrop
Do you know what triggers a review? My extension is stuck in this status for 3 days now. I did not change the permissions.Edh
@GergelySzabo No, it takes about 12-24 hours max with the permission changes. Usually, it doesn't cross 4-5 hours without permission changes. But since this is not documented, I'm not sure why it is under review days for you.Hoodlum
Thanks, few hours was what I was seeing so far for the past 6 months that I have been pushing new versions of my extension.Edh
@GergelySzabo Coincidentally, my extension is also stuck for 2 days now.Hoodlum
I am day 6. Talked to CWS developer support yesterday and they confirmed that it can take up to seven days but offered no explanation to what triggers a manual review.Edh
The Pending Review can take up to 2 weeks or even months. This is a really bad state to be in with Google Chrome it seems.Putrescible
Our extension stays in pending review ~1 week every time we publish update since Dec 2019. Really annoying. We have to distribute critical fixes in zip files and ask our customer to load extension unpacked. :(Scrim
P
17

Unfortunately this is still an issue as of today (8/14/2020) and there is no way to cancel a submission for review.

A recent change when submitting an extension for review there is an option to automatically publish the extension after passing the review. This is checked by default in the window prompt. As a practice I would recommend not allowing publication after a review to provide you with the final decision when the extension is published to the Chrome Web Store.

submission modal

Pseudohemophilia answered 14/8, 2020 at 15:47 Comment(0)
T
17

There now is a defer option. Just used it for the first time so hope it works as expected!

Defer publish

Edit: After the deferred item is approved you can select cancel publish from the menu. After canceling you are able to upload an updated package. Would love to just be able to cancel while it is waiting for approval, but this is at least a way!

cancel publish

Troutman answered 28/7, 2021 at 22:57 Comment(0)
S
0

Go to the Developer Dashboard for your extension and click on Send Feedback in the lower left-hand corner: enter image description here From there you'll be able to make your request directly to the Chrome Extension Support team.

Scaly answered 30/10, 2020 at 8:27 Comment(3)
This will takes long. Just waiting is enough.Elude
Does the "Defer Publish" allow you to immediately upload a new package after they approve the release, without risk of it pushing to users?Ufo
No, you will need to publish before you can upload a new package. However, you can likely publish and then quickly roll back the release to avoid issues, then upload a new package.Hellkite

© 2022 - 2024 — McMap. All rights reserved.