Installation
Chrome Web Store
The easiest way to install NetSuite Utilities:
- Visit the Chrome Web Store
- Click Add to Chrome
- Navigate to any NetSuite page to start using the extension
From Source
If you want to build from source or contribute to development:
-
Clone the repository:
git clone https://github.com/bernsteinmatt/netsuite-utilities.git
cd netsuite-utilities -
Install dependencies:
pnpm install -
Build the extension:
pnpm build -
Load in Chrome:
- Go to
chrome://extensions - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
build/chrome-mv3-prodfolder
- Go to
Development Setup
For development with hot reload:
pnpm dev
Load the development build from build/chrome-mv3-dev.
Available Scripts
| Command | Description |
|---|---|
pnpm dev | Start development server with hot reload |
pnpm build | Create production build |
pnpm package | Package extension for distribution |
pnpm lint | Run ESLint |
pnpm lint:fix | Run ESLint with auto-fix |
pnpm format | Format code with Prettier |
pnpm typecheck | Run TypeScript type checking |