Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plasmohq/chrome-webstore-api

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmohq/chrome-webstore-api

Chrome webstore API

  • 2.10.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

plasmo logo banner

See License NPM Install Follow PlasmoHQ on Twitter Watch our Live DEMO every Friday Join our Discord for support and chat about our projects typescript-action status

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, clientSecret, and refreshToken, see: token guide

nodejs API

import { ChromeWebstoreAPI } from "@plasmohq/chrome-webstore-api"

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

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

Support

Join the Discord channel!

Acknowledgment

License

MIT 🚀 Plasmo

Keywords

FAQs

Package last updated on 21 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc