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
- Host: GitHub
- URL: https://github.com/parcellab/parcellab-chrome-plugin
- Owner: parcelLab
- Created: 2023-06-08T08:44:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:15:13.000Z (8 months ago)
- Last Synced: 2025-02-16T02:20:25.407Z (8 months ago)
- Topics: chrome, courier, customer-service, customer-support, deliveries, ecommerce, javascript-plugin, parcellab
- Language: TypeScript
- Size: 579 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: CODEOWNERS
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.
## 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)