This is Chrome extension that allows you to take page screenshots, annotate them and post directly to your bug tracker.
Supported trackers:
- Gemini
- Jira
- Rally
- Redmine
- YouTrack
FireFox version will be available later.
Setting environment and packaging:
- Install nodejs
- Install grunt (sudo npm install -g grunt-cli)
- Navigate to bugsnap root folder and install modules (npm install)
- Setup the environment (grunt install)
- Package extensions (grunt)
Packaged extensions will appear in build folder.
Chrome extension can be tested directly by using "Load unpacked extension..." button on Extensions page and pointing it to chrome directory.