Skip to content

trilogy-group/tempo-extension

Repository files navigation

Tempo SLA notification chrome extension

This is basic Chrome extension for Tempo which will make a notification on SLA timeout.

image

Extension parses tempo page and show timer in a bage. Extension requires tempo tab to be open to display timer properly.

Build extension

npm run build

The build output will be located in build directory, which you can use to load extension into browser.

Load extension into browser

Here you can find instruction on how to install extension.

Develop extension

Same as build, but watch allows you to build your changes on a fly.

npm run watch

Contribution

Suggestions and pull requests are welcomed!


This project was bootstrapped with Chrome Extension CLI