Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Cos'è Go JIRA?
Go JIRA è un'estensione di Chrome sviluppata da klaufel, e la sua funzione principale è "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go JIRA
Scarica i file di estensione Go JIRA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
URL Ufficiale | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
Descrizione | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
Dimensione del File | 25.2 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-11-20 |
Data di Pubblicazione | 2020-09-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | klaufel |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/klaufel/gojira |
URL della Pagina di Aiuto | https://github.com/klaufel/gojira/issues |
Lingue Supportate | 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 } |