fregante / chrome-webstore-upload-cli

CLI tool to upload Chrome Extensions to the Chrome Web Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Chrome Web Store description

flazouh opened this issue · comments

Screenshot 2023-12-27 at 10 44 18

Hi do you know what it tells me there is a limit here, do you know how to programmatically set the description without this limit ?

Not possible unfortunately. The description field is used by Chrome, not the store (which usually requires more than 132 characters)

See: fregante/chrome-webstore-upload#71

Not possible unfortunately. The description field is used by Chrome, not the store (which usually requires more than 132 characters)

See: fregante/chrome-webstore-upload#71

Awe that sucks.. I have a use case where I need to update my description based on my codebase kind of and had already made it work when encountered the 132 char limit.. how bad is the support for the chrome store it's weird. Is it like that With others browsers too ?

Do you think maybe with a solution with pupetteer like by simulating clicks? I would have to find a way to do the Google log in also.. not sure if feasible

Do you think maybe with a solution with pupetteer like by simulating clicks?

Maybe, but that would be an entirely different tool, not here.