Berdir / tmetric-plugins

Browser extension that adds TMetric one-click time tracking to popular Web apps.

Home Page:https://tmetric.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMetric timer extension for major Web browsers

Extension adds TMetric one-click time tracking to popular Web tools. Supported Web browsers are Chrome, Firefox, Edge, and Opera.

Supported services

Installing from Web store

Installing from source code

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:

  1. Install required npm packages.
  2. 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.

Basic Usage

  1. Install the extension as described above.
  2. Log in to your TMetric account.
  3. Go to your Web app account and click TMetric Logo Start Timer button there.
  4. 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).

Contributing

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.

About

Browser extension that adds TMetric one-click time tracking to popular Web apps.

https://tmetric.com


Languages

Language:TypeScript 67.5%Language:JavaScript 21.5%Language:CSS 8.6%Language:HTML 2.2%Language:Batchfile 0.2%Language:C# 0.0%