cardinalby/Upload an extension to Chrome Web Store
Upload your WebExtension to Chrome Web Store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| zipFilePath | Path to WebExtension directory | yes | — |
| extensionId | Your extension id in Chrome Web Store | yes | — |
| apiAccessToken | Google API access token obtained by yourself | no | — |
| apiClientId | Web Store API Client Id (use secrets!) required to obtain access token | no | — |
| apiClientSecret | Web Store API Client Secret (use secrets!) required to obtain access token | no | — |
| apiRefreshToken | Web Store API Refresh token (use secrets!) required to obtain access token | no | — |
| waitForUploadCheckCount | Checks count in case of upload finished with IN_PROGRESS status | no | — |
| waitForUploadCheckIntervalMs | Checks interval in ms in case of upload finished with IN_PROGRESS status | no | — |
Outputs
| name | description |
|---|---|
| oldVersion | Version of extension before uploading |
| newVersion | Version of extension after uploading (if was uploaded) |
| newerVersionAlreadyUploadedError | `true` if failed because newer extension version is already uploaded |
| sameVersionAlreadyUploadedError | `true` if failed because same extension version is already uploaded |
| inReviewError | `true` if failed because item is currently in review and upload was rejected |