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
- Host: GitHub
- URL: https://github.com/trilogy-group/tempo-extension
- Owner: trilogy-group
- License: gpl-3.0
- Created: 2022-09-06T07:55:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T13:14:03.000Z (over 1 year ago)
- Last Synced: 2025-01-29T12:18:05.065Z (5 months ago)
- Language: TypeScript
- Homepage: https://app.alp-pulse.com/
- Size: 391 KB
- Stars: 3
- Watchers: 19
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License.md
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.

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)