ChromeWebStore
import { ChromeWebStore } from "https://googleapis.deno.dev/v1/chromewebstore:v2.ts";The Chrome Web Store API provides access to data about apps and extensions, as well as developer tools for managing them.
§Methods
Upload a new package to an existing item.
Required. Name of the item to upload the new package to in the form publishers/{publisherId}/items/{itemId}
Cancel the current active submission of an item if present. This can be used to cancel the review of a pending submission.
Required. Name of the item to cancel the submission of in the form publishers/{publisherId}/items/{itemId}
Fetch the status of an item.
Required. Name of the item to retrieve the status of in the form publishers/{publisherId}/items/{itemId}
Submit the item to be published in the store. The item will be submitted
for review unless skip_review is set to true, or the item is staged from
a previous submission with publish_type set to STAGED_PUBLISH.
Required. Name of the item in the form publishers/{publisherId}/items/{itemId}
Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.
Required. Name of the item to update the published revision of in the form publishers/{publisherId}/items/{itemId}