Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toggl/track-extension
Toggl Track browser extension for Chrome and Firefox
https://github.com/toggl/track-extension
chrome chrome-extension firefox firefox-addon javascript toggl
Last synced: 2 days ago
JSON representation
Toggl Track browser extension for Chrome and Firefox
- Host: GitHub
- URL: https://github.com/toggl/track-extension
- Owner: toggl
- License: apache-2.0
- Created: 2013-06-03T10:33:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:56:17.000Z (2 months ago)
- Last Synced: 2024-10-29T12:47:35.194Z (2 months ago)
- Topics: chrome, chrome-extension, firefox, firefox-addon, javascript, toggl
- Language: JavaScript
- Homepage: http://toggl.github.io/track-extension
- Size: 10.8 MB
- Stars: 1,105
- Watchers: 45
- Forks: 568
- Open Issues: 377
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - toggl/track-extension - Toggl Track browser extension for Chrome and Firefox (JavaScript)
- jimsghstars - toggl/track-extension - Toggl Track browser extension for Chrome and Firefox (JavaScript)
README
# Toggl Track browser extension integrations
## 📣 Toggl Button is now the Toggl Track browser extension!
We not only renamed the extension, but we also made several changes to Track Extension's codebase to build a better foundation for the future and make it easier to contribute new integrations.For more information, please check this [blogpost](https://toggl.com/blog/purposeful-open-source).
---
This is the repo for the browser extension's integrations.
Start and stop the timer from the web tools you use daily. Get the time-tracking
out of the way and focus on real work.## Table of Contents
- [How to use](#how-to-use)
- [Installing the extension](#installing-the-extension)
- [Using the extension](#using-the-extension)
- [Add custom domains](#add-custom-domains)
- [Supported services](#supported-services)
- [Create new integrations](#create-new-integrations)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)## How to use
### Installing the extension
__Chrome__
https://chrome.google.com/webstore/detail/toggl-button/oejgccbfbmkkpaidnkphaiaecficdnfn__Firefox__
https://addons.mozilla.org/en-US/firefox/addon/toggl-button-time-tracker/### Using the extension
1. Log in to your [Toggl Track](https://track.toggl.com/) account from the extension popup.
2. Enable services that you want to use the browser extension with under Settings > Integrations.
3. Navigate to your [service](#supported-services) and start your Toggl timer there.Or start entry from the extension icon menu.
3. To edit the running time entry:
- Edit entry details from the post start popup that is shown right after you click the "Start timer" button.
- Edit entry details from the extension icon menu by clicking the running time entry name.4. To stop the current running timer:
- Press the button again.
- Stop the entry from the extension icon menu.
- Start another time entry inside your account.## Supported services
For a list of supported services please refer to [integrations](docs/INTEGRATIONS.md)
## Add custom domains
If one of the supported services that you use is hosted on a custom domain (e.g. https://yourcompany.github.com) you can define the custom domains in Settings > Integrations.
## Create new integrations
Do you want to create a new custom integration, and maybe share it with the rest of the world? Check the [contributing section](#contributing) for more information.
## Changelog
A list of all the changes and added features can be found at http://toggl.github.io/track-extension.
## Contributing
Want to contribute? Great! Read up our guide for [contributing](docs/CONTRIBUTING.md).
It explains in detail how to create, edit, debug and publish a new integration to the Toggl Track browser extension.## License
The Toggl Track browser extension extension is [Apache License 2.0](LICENSE)