Linkify JIRA Issues

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

Hvad er Linkify JIRA Issues?

Linkify JIRA Issues er en Chrome-udvidelse udviklet af Matthew Sullivan, og dens hovedfunktion er "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.".

Udvidelsesskærmbilleder

screenshot

Download Linkify JIRA Issues-udvidelses-CRX-fil

Download Linkify JIRA Issues-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Linkify JIRA Issues Linkify JIRA Issues
ID ekbbnaokafbanjgmcbllligemhiclbcb
Officiel URL https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb
Beskrivelse Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
Filstørrelse 26.7 KB
Antal Installationer 771
Nuværende Version 1.0.2
Senest Opdateret 2014-02-19
Udgivelsesdato 2014-02-19
Bedømmelse 4.31/5 Samlet 13 Bedømmelser
Udvikler Matthew Sullivan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}