Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Wat is Go JIRA?
Go JIRA is een Chrome-extensie ontwikkeld door klaufel, en de belangrijkste functie is "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
Extensie Screenshots
Download het CRX-bestand van de extensie Go JIRA
Download Go JIRA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
Officiële URL | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
Beschrijving | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
Bestandsgrootte | 25.2 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2020-09-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | klaufel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/klaufel/gojira |
Help Pagina-URL | https://github.com/klaufel/gojira/issues |
Ondersteunde Talen | 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 } |