Linkify JIRA Issues

Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.

Wat is Linkify JIRA Issues?

Linkify JIRA Issues is een Chrome-extensie ontwikkeld door Matthew Sullivan, en de belangrijkste functie is "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linkify JIRA Issues

Download Linkify JIRA Issues-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

                        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.                    

Basisinformatie over de Extensie

Naam Linkify JIRA Issues Linkify JIRA Issues
ID ekbbnaokafbanjgmcbllligemhiclbcb
Officiële URL https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb
Beschrijving Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
Bestandsgrootte 26.7 KB
Aantal Installaties 771
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-02-19
Publicatiedatum 2014-02-19
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar Matthew Sullivan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}