Currently based on version 2.1.4 in the Chrome Store
- Track time in JetBrains YouTrack. Timer icon appears on the full issue view, and on the popup in the agile view when you double-click an issue card.
- Basecamp: Fixes an apparent bug with URL links from Harvest reports to Basecamp, even in extension version 2.04. (Doesn't fix previous time entries, only new ones.)
- Basecamp: Timer icon appears on closed issues too.
- Harvest: When viewing a detailed time report or the uninvoiced time report on the Harvest website, you can click the hours in the far right column to jump to the timesheet for that date and employee. This makes it easier to edit time entries when viewing the report for a client, such as to change the task type (e.g. from billable to non-billable) or the description.
- Go to Releases in this GitHub repository.
- Download the .crx for the latest release.
- Then in Chrome go to chrome://extensions.
- Optionally tick "Developer mode" at the top.
- Drag the .crx into the browser.
- You can delete the .crx after that.
- If you repeat later with a newer version it should automatically replace the previous version.
- Clone this repository.
- Then in Chrome go to chrome://extensions.
- Optionally tick "Developer mode" at the top.
- Delete an existing .crx-based version, if any (it won't have "Source" or "Reload" links).
- Drag the
linkedbyair-harvest-chrome-extension
subfolder from the checked-out repository folder into the browser. - Don't move or delete the folder after that.
- Make code changes in the
linkedbyair-harvest-chrome-extension
subfolder. Then just go back to chrome://extensions and click "Reload" to test. - Bump the version number in
manifest.json
. - Commit and push your changes.
- Go to chrome://extensions and click "Pack extension..." Choose the
linkedbyair-harvest-chrome-extension
subfolder as the root folder. Ask Dan for the .pem file. Chrome will generate a .crx. Move this into thebuild
subfolder. - Create a new release in GitHub. Drag the generated .crx into the GitHub release as the binary.