I’m maintaining cross-browser addon (firefox+chrome+edge)
Everytime publish new version, uploading 3 zip files to 3 stores is not too difficult.
But when need to edit production page’s description texts, that a lot of work to do by web. Especially when addon has 20 locales.
web-ext seem to do the signing .xpi only.
This AMO API https://addons-server.readthedocs.io/en/latest/topics/api/addons.html#edit seems to be able to edit description in batch.
For Chrome https://developer.chrome.com/docs/webstore/webstore_api I didn’t find API to edit description.
Is there any tool or script, that manage to edit production description, in batch (edit many locales once), and for cross-browser ( firefox+chrome+edge) ?