An open API service indexing awesome lists of open source software.

https://github.com/trilogy-group/tempo-extension

Tempo SLA notification chrome extension
https://github.com/trilogy-group/tempo-extension

Last synced: 3 months ago
JSON representation

Tempo SLA notification chrome extension

Awesome Lists containing this project

README

        

# Tempo SLA notification chrome extension

This is basic Chrome extension for [Tempo](https://app.alp-pulse.com/) which will make a notification on SLA timeout.

![image](https://user-images.githubusercontent.com/37180625/200556507-e9a354a4-abe0-4d4f-b939-6e93696228cd.png)

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](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked) 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](https://github.com/dutiyesh/chrome-extension-cli)