Extensions for Google and Firefox browsers, that integrate TMetric with popular issue tracking tools.
Supported systems: Asana, Assembla, Axosoft, Basecamp, Bitbucket, Bugzilla, Freshdesk, GitHub, GitLab, Jira, Jira Service Desk, Pivotal Tracker, Producteev, Redmine, Sprintly, Teamweek, Teamwork, TestLink, Todoist, Trac, Trello, UserEcho, UserVoice, Visual Studio Online, Waffle, Wrike, Wunderlist, YouTrack, Zendesk.
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 update jpm
$ npm -g install gulp-cli
$ npm -g install [email protected]
$ gulp build
If you are building on Windows you can simply run install.bat
and build.bat
.
Built extensions can be found in /dist/chrome/
and /dist/firefox/
folders.