Skip to content

brokalys/chrome-extension

Repository files navigation

Extension Demo

Chrome extension

Build code style: prettier

Chrome extension that integrates in ss.lv providing price history and analytics for real-estate classifieds.

Installing

yarn install

Development

Launch the development build watcher and load the extension (as unpacked) in chrome.

yarn start

Testing

yarn test

Building

Production build can be created with the following command. Deployment is done manually by uploading the build zip artefact to the chrome store.

yarn build