Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Was ist Go JIRA?
Go JIRA ist eine Chrome-Erweiterung, die von klaufel entwickelt wurde, und ihr Hauptmerkmal ist "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
Erweiterungsscreenshots
Go JIRA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go JIRA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
Offizielle URL | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
Beschreibung | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
Dateigröße | 25.2 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2020-11-20 |
Veröffentlichungsdatum | 2020-09-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | klaufel |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/klaufel/gojira |
Hilfeseite URL | https://github.com/klaufel/gojira/issues |
Unterstützte Sprachen | 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 } |