Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
What is Go JIRA?
Go JIRA is a Chrome extension developed by klaufel, and its main feature is "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
Extension Screenshots
Download Go JIRA Extension CRX File
Download Go JIRA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
Extension Basic Information
Name | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
Official URL | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
Description | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
File Size | 25.2 KB |
Installation Count | 44 |
Current Version | 1.0.1 |
Last Updated | 2020-11-20 |
Publish Date | 2020-09-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | klaufel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/klaufel/gojira |
Help Page URL | https://github.com/klaufel/gojira/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |