https://github.com/parcellab/parcellab-returns-chrome-plugin
parcelLab Chrome plugin for Customer Service teams to register returns on behalf of their customers in parcelLab
https://github.com/parcellab/parcellab-returns-chrome-plugin
chrome courier customer-service customer-support deliveries ecommerce javascript-plugin parcellab returns
Last synced: about 1 month ago
JSON representation
parcelLab Chrome plugin for Customer Service teams to register returns on behalf of their customers in parcelLab
- Host: GitHub
- URL: https://github.com/parcellab/parcellab-returns-chrome-plugin
- Owner: parcelLab
- Created: 2024-03-22T14:35:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:26:52.000Z (8 months ago)
- Last Synced: 2025-01-23T06:16:00.236Z (3 months ago)
- Topics: chrome, courier, customer-service, customer-support, deliveries, ecommerce, javascript-plugin, parcellab, returns
- Language: TypeScript
- Size: 747 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# parcelLab CS Returns Chrome Extension
## About The Project
A Chrome popup/sidepanel extension for customer serivce teams to cregister returns on behalf of their customers in the parcelLab platform. 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## Usage
- From the options page configure the account options ofr your return portal
- Open the extension from the extension bar or in the sidepanel
- Begin a return## Contributing
[Contribution guidelines](CONTRIBUTING.md)