kokoichi206/chrome-webstore-publish
Upload and publish a Chrome extension via Chrome Web Store API v2 using service account auth.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-account-key-json | Service account key JSON | yes | — |
| extension-id | Chrome extension ID | yes | — |
| publisher-id | Chrome Web Store publisher ID | yes | — |
| zip-path | Path to extension zip file | yes | — |
| publish | Publish immediately after upload | no | true |
Outputs
| name | description |
|---|---|
| upload-status | Upload API response status |
| publish-status | Publish API response status (set only when publish=true) |