Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to perform a partial roll out in the Chrome web store?

This comment mentions a partial roll out in Chrome Web Store. Where can I find that feature? My extension has more than 8,000 users but I don't see any partial roll out feature and I'm afraid to send the next version to all users at the same time.

like image 362
Daniel Naber Avatar asked May 10 '16 13:05

Daniel Naber


People also ask

What filter options are available in the Chrome Web Store?

Filter choices are: All, Apps, Extensions and Themes. Under the All section, users can also click on section headings to jump to a single category search.

What happened to Chrome Web Store?

Starting in March 2020, the Chrome Web Store will stop accepting new Chrome apps, and support on Windows Mac and Linux will end in June of this year. By June 2022, Chrome Apps will stop being supported on all operating systems, including Chrome OS.

What is an unpacked Chrome extension?

Chrome extensions can be either packed or unpacked. Packed extensions are a single file with a . crx extension. Unpacked extensions are a directory containing the extension, including a manifest. json file.

What is the Chrome Web Store policy?

We don't allow content that harms or interferes with the operation of the networks, servers, or other infrastructure of Google or any third-parties. Spyware, malicious scripts, and phishing scams are also prohibited in the Chrome Web Store.


1 Answers

I don't think it's documented anywhere. And I was wrong!

Documentation link: Control how fast your app reaches users.
In CWS lingo this is called "Controlled Rollout".

If you don’t see the max deploy percentage control, it may be because of the following:

  • You have less than 10,000 users. Currently the “controlled rollout” feature is only available for items with at least 10,000 users.
  • You need to upload a newer (higher) version of a package to use the “controlled rollout” feature. We can’t apply a controlled rollout to an already published package, because it may have already reached 100% of users.

It should show on the Edit page after you upload a new version that's not published yet. Here's a mention of it and how it should look:

enter image description here

Also, I've never actually tried using it.

Update: In the new Webstore Dashboard it's called "Partial Rollout" and has the same 10k users requirement.

like image 117
Xan Avatar answered Jan 01 '23 18:01

Xan