I published an enhancement to ChromeWebStore, but it doesn't change from the old version.

Asked 2 years ago, Updated 2 years ago, 87 views

I published the enhancements to ChromeWebStore, but they didn't change from the old version, and two enhancements with the same name were published.

I changed the version number to 1.0.1 → 1.0.2, but even if there is a version number with the same name, it seems that there should be an ID, and if it is the same ID, it should be replaced, but I don't know where and how to write the ID.I checked if I should enter it in manifest, but I couldn't find it.I don't know what to do.

<manifest partial>

"manifest_version": 3,
  "name": "FLOW PAGE",
  "version": "1.0.2",
  "description": "Speech (Auto Read & Auto Scroll),
  "default_locale": "en",

chrome-extension chrome-web-store

2022-09-30 15:33

1 Answers

You may have uploaded it as + New Item on the Items page of the Chrome Web Store developer dashboard.

new item

To update an item, select it, click Package on the left menu, and then click Upload New Package to upload a new version of the zip file.

Upload New Package


2022-09-30 15:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.