Simeon Velichkov
unread,Dec 6, 2022, 2:33:16 AM12/6/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Artem, Chromium Extensions, peter...@dashlane.com, hrg...@gmail.com, ra...@mailtrack.io
Anything that can help the reviewer may speed up the review process. Unfortunately there is no official way to do that. For example, when you submit an extension in the Firefox Addons marketplace there is a textbox labeled 'Notes to the reviewer' where you can specify anything useful for whoever reviews this. They even asked me for a bash script to build the extension package.
And now that the official review process
https://developer.chrome.com/docs/webstore/review-process/ (thanks for that document btw) is supposed to involve manual steps, and it also mentions things that may increase the review time such as: 'having a lot of code', 'hard-to-review code' and 'You may also want to consider structuring your code in a way that is easy for others to understand', makes the build script option even more viable. Personally, I find some of these statements a bit funny or borderline disturbing, such as the code style hint for example, but I know that they were put there with a good intent, and also that this is one way to improve the review time.
But back to my point with the build script, if I am able to provide a build script, that you can use to build the package, then hash it and compare to the one I have uploaded to the Chrome Store, and then you can also read all of the sources from which that build script is pulling those dependencies from, then that should cover at least all of my dependencies. And if those are some well established open source project pulled from cdnjs or npm then than should cover some of the 'having a lot of code' point I guess.
The rest will be my beautiful code, which no matter how hacky it looks, it will still have to conform to the requested permissions and their outlined usage.