sweitzel / Biet-O-Matic-BE

Biet-O-Matic Browser Extension
Apache License 2.0
30 stars 1 forks source link
auction browser-extension chrome-extension firefox-addon javascript

Bid-O-Matic Browser Extension

Bid-O-Matic (BOM) Browser Extension (BE) is intended to improve the shopping experience for the eBay platform. It adds an overview page which can be used to keep your auctions organized. Furthermore it can perform automated bidding on your auctions, without you being present at your computer.

This page is mainly development related. For usage information please check the Extension Stores of the supported browsers.

Main Features

The following main features have been implemented:

Screenshots

(screenshots from an early version)

I18N / Languages

The BE currently only supports German and English language. It is using the standard browser i18n functionality. Language is automatically detected from the Browser UI language.

Development

Contributors or testers can download the Extension from Github and install manually to their Browser. Please refer to the Browser instruction how to do that. End users should only install the BE via the Browsers Extension store.

Development Environment

Building Release

The release can be created with a provided docker container:

# Build docker image
docker build docker/ -t bom-be_builder:latest
# Build Chrome/Edge/Opera version
docker run --rm -it -v $(pwd):/src --env BROWSER=chrome bom-be_builder:latest
# Build Firefox version
docker run --rm -it -v $(pwd):/src --env BROWSER=firefox bom-be_builder:latest

Release Artifacts

Release artifacts will be generated by the docker container and placed in the root of the checked out source code.

Supported Browsers