An open API service indexing awesome lists of open source software.

https://github.com/parcellab/parcellab-chrome-plugin

parcelLab Chrome plugin for Customer Service teams
https://github.com/parcellab/parcellab-chrome-plugin

chrome courier customer-service customer-support deliveries ecommerce javascript-plugin parcellab

Last synced: 7 months ago
JSON representation

parcelLab Chrome plugin for Customer Service teams

Awesome Lists containing this project

README

          

# 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](https://github.com/parcelLab/parcellab-chrome-plugin/assets/1038621/d8166ff1-b03b-45d3-9084-5f4e48d40c43)

## Installation

### Manual Installation
- Clone this repo
```bash
$ 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
- Navigate to [parcelLab Chrome Extension](https://chrome.google.com/webstore/detail/parcellab/gfmodbnpbehnkaohbccplfkcofpecjlj)
- Click "Add to 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](CONTRIBUTING.md)