Linkify JIRA Issues
Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
Cos'è Linkify JIRA Issues?
Linkify JIRA Issues è un'estensione di Chrome sviluppata da Matthew Sullivan, e la sua funzione principale è "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkify JIRA Issues
Scarica i file di estensione Linkify JIRA Issues 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
Linkify JIRA Issues turns Atlassian JIRA issue keys (such as 'SUPPORT-123') to links in webpages for easy navigation. With Linkify JIRA Issues, getting between JIRA and your other workflow management tools, like GitHub or Gmail, is a breeze. Save time and frustration, and give Linkify JIRA Issues a try. Linkify JIRA Issues does not contain ads or any tracking of any kind. It's free now and always.
Informazioni di Base sull'Estensione
Nome | Linkify JIRA Issues |
ID | ekbbnaokafbanjgmcbllligemhiclbcb |
URL Ufficiale | https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb |
Descrizione | Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation. |
Dimensione del File | 26.7 KB |
Conteggio Installazioni | 771 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-02-19 |
Data di Pubblicazione | 2014-02-19 |
Valutazione | 4.31/5 Totale 13 Valutazioni |
Sviluppatore | Matthew Sullivan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [ "http:\/\/*.acidtests.org\/*" ], "js": [ "convert_keys.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "name": "Linkify JIRA Issues", "version": "1.0.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |