Skip to main content

Installation

Chrome Web Store

The easiest way to install NetSuite Utilities:

  1. Visit the Chrome Web Store
  2. Click Add to Chrome
  3. Navigate to any NetSuite page to start using the extension

From Source

If you want to build from source or contribute to development:

  1. Clone the repository:

    git clone https://github.com/bernsteinmatt/netsuite-utilities.git
    cd netsuite-utilities
  2. Install dependencies:

    pnpm install
  3. Build the extension:

    pnpm build
  4. Load in Chrome:

    • Go to chrome://extensions
    • Enable "Developer mode" (toggle in top right)
    • Click "Load unpacked"
    • Select the build/chrome-mv3-prod folder

Development Setup

For development with hot reload:

pnpm dev

Load the development build from build/chrome-mv3-dev.

Available Scripts

CommandDescription
pnpm devStart development server with hot reload
pnpm buildCreate production build
pnpm packagePackage extension for distribution
pnpm lintRun ESLint
pnpm lint:fixRun ESLint with auto-fix
pnpm formatFormat code with Prettier
pnpm typecheckRun TypeScript type checking