Extension adds TMetric one-click time tracking to popular web tools. Supported web browsers are Chrome, Firefox, Edge, Opera, and Safari.
- ActiveCollab
- Asana
- Assembla
- Axosoft
- Bitbucket
- Bitrix24
- Bugzilla
- ClickUp
- Clubhouse
- Doit.im
- Easy Redmine
- Evernote
- Freshdesk
- G Suite
- GitHub
- GitLab
- HubSpot
- Insightly
- JIRA
- JIRA Service Desk
- Kayako
- Microsoft Office Online
- Microsoft Outlook Online
- Microsoft To Do
- Monday
- Megaplan
- Notion
- OpenProject
- Pipedrive
- Pivotal Tracker
- Podio
- Producteev
- Redmine
- Salesforce
- Sprintly
- Taiga
- Team Foundation Server
- Teamwork
- TestLink
- TestRail
- Todoist
- Trac
- Trello
- UseDesk
- UserEcho
- UserVoice
- Visual Studio Online
- Wrike
- Wunderlist
- YouTrack
- Zammad
- Zendesk
- ZenHub
- Zoho CRM
- Chrome - https://chrome.google.com/webstore/detail/tmetric-extension/ffijoclmniipjbhecddgkfpdafpbdnen
- Firefox - https://addons.mozilla.org/en-US/firefox/addon/tmetric-extension/
- Edge - https://microsoftedge.microsoft.com/addons/detail/bkohhohbfioiffcejghnjljadblbifok
- Opera - https://addons.opera.com/en/extensions/details/tmetric-extension/
- Safari - https://apps.apple.com/app/tmetric-for-safari/id1483939427
Requirements
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
- Git - free and open source distributed version control system
Project is using gulp as a build system.
To build extensions from sources you need:
- Install required
npm
packages. - Run
build
task on gulp.
This can be done with the following script
$ npm install
$ npx gulp build
If you are building on Windows you can simply run build.bat
.
Built extensions can be found in /dist/
folder.
- Install the extension as described above.
- Log in to your TMetric account.
- Go to your web app account and click Start Timer button there.
- To stop the current running timer:
- Press the button again.
- Stop the entry from the extension icon menu.
- Click Start Timer on another task (issue or ticket).
If you want to contribute, fork the project, make your changes and open a Pull Request
Check out our wiki on how to add a new integration.
Before opening a pull request please use git squash
and merge all your commits
into one. This helps keeping the Git log more compact and clear.