@plasmo-corp/cwu
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

Chrome Webstore API for nodejs

A nodejs library from plasmo to submit browser extension to the Chrome Webstore.

Feature includes:

  • TypeScript, with type exports
  • ESM (if you need cjs, please use dynamic import)
  • Pinned dependencies, updated via renovatebot

Usage

To obtain clientId and refreshToken, see: token guide

nodejs API

import { ChromeWebstoreClient } from "@plasmo-corp/cwu"

const client = new ChromeWebstoreClient({
  extId,
  clientId,
  refreshToken
})


await client.submit({
  filePath: zip,
  target: "trustedTesters"
})

Support

Join the Discord channel!

Acknowledgment

License

MIT 🚀 Plasmo

Package Sidebar

Install

npm i @plasmo-corp/cwu

Weekly Downloads

1

Version

2.4.0

License

MIT

Unpacked Size

9.14 kB

Total Files

5

Last publish

Collaborators

  • louisgv