Skip to content

parcelLab/parcellab-chrome-plugin

Repository files navigation

parcelLab Chrome Extension

About The Project

A Chrome popup/sidepanel extension to check order status via parcelLab API. This app is written in TypeScript and leverages Bootstrap and jQuery.

image

Installation

Manual Installation

  • Clone this repo
$ npm install
$ npm run build
  • Navigate to chrome://extensions/ and check the box for "Developer mode" in the top right.
  • Press the "Load unpacked" button on the top left of the screen
  • Navigate to and select the dist directory where you've cloned this repo to

Install from Chrome

Usage

  • From the options page enter your parcelLab account id, api token and select your language
  • Open the extension from the extension bar or in the sidepanel
  • Search for information by order number or tracking number

Contributing

Contribution guidelines