Const
Deep link to the extension's Chrome Web Store reviews tab — where the review prompt sends users to leave a rating. The store item id is read from config.json (extension.chromeWebstoreId).
config.json
extension.chromeWebstoreId
export const CHROME_WEBSTORE_REVIEWS_URL = `https://chromewebstore.google.com/detail/${extension.chromeWebstoreId}/reviews`; Copy
export const CHROME_WEBSTORE_REVIEWS_URL = `https://chromewebstore.google.com/detail/${extension.chromeWebstoreId}/reviews`;
Deep link to the extension's Chrome Web Store reviews tab — where the review prompt sends users to leave a rating. The store item id is read from
config.json(extension.chromeWebstoreId).