Extension adds TMetric one-click time tracking to popular Web tools. Supported Web browsers are Chrome, Firefox, Edge, and Opera.
- Asana
- Assembla
- Axosoft
- Basecamp
- Bitbucket
- Bugzilla
- Freshdesk
- GitHub
- GitLab
- JIRA
- JIRA Service Desk
- Pivotal Tracker
- Podio
- Producteev
- Redmine
- Sprintly
- Taiga
- Teamweek
- Teamwork
- TestLink
- Todoist
- Trac
- Trello
- UserEcho
- UserVoice
- Visual Studio Online
- Waffle
- Wrike
- Wunderlist
- YouTrack
- Zendesk
- 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://www.microsoft.com/store/apps/9n4sfvphnpxr
- Opera - https://addons.opera.com/en/extensions/details/tmetric-extension/
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
$ npm -g install gulp-cli
$ npm -g install typescript@1.8.x
$ gulp build
If you are building on Windows you can simply run install.bat
and 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.