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

@auto-canary/chrome

Package Overview
Dependencies
Maintainers
2
Versions
1238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auto-canary/chrome

Chrome publishing plugin for auto

  • 8.1.0-canary.789.10408.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Chrome Web Store

This plugin allows you to automate the publishing of chrome extensions

::: message is-success Example Repo: here :::

Prerequisites

To publish to the chrome web store you will need the following secrets set in your environment. See here for a guide one how to get these values.

  • CLIENT_ID
  • CLIENT_SECRET
  • REFRESH_TOKEN

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/chrome
# or
yarn add -D @auto-it/chrome

Usage

You must first pack/zip your plugin before running auto.

These environment variables tell auto what to publish.

  • EXTENSION_ID - your chrome extensions unique ID (REQUIRED)
  • EXTENSION_BUILD - Path to either a zip file, or a directory to be zip. defaults to extension.zip

Or you can set these values in the autorc:

{
  "plugins": [
    [
      "chrome",
      {
        "id": "1234",
        "build": "path/to/zip/or/folder",
        "manifest": "path/tp/manifest.json"
      }
    ]
  ]
}

::: message is-warning :warning: You must have a manifest.json for this plugin to work. :::

Keywords

FAQs

Package last updated on 14 Dec 2019

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