Linkify JIRA Issues
Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
What is Linkify JIRA Issues?
Linkify JIRA Issues is a Chrome extension developed by Matthew Sullivan, and its main feature is "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.".
Extension Screenshots
Download Linkify JIRA Issues Extension CRX File
Download Linkify JIRA Issues extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Linkify JIRA Issues |
ID | ekbbnaokafbanjgmcbllligemhiclbcb |
Official URL | https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb |
Description | Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation. |
File Size | 26.7 KB |
Installation Count | 771 |
Current Version | 1.0.2 |
Last Updated | 2014-02-19 |
Publish Date | 2014-02-19 |
Rating | 4.31/5 Total 13 Ratings |
Developer | Matthew Sullivan |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |