Linkify JIRA Issues

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

Linkify JIRA Issues là gì?

Linkify JIRA Issues là một tiện ích mở rộng Chrome được phát triển bởi Matthew Sullivan, và tính năng chính của nó là "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkify JIRA Issues

Tải xuống các tệp mở rộng Linkify JIRA Issues dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linkify JIRA Issues Linkify JIRA Issues
ID ekbbnaokafbanjgmcbllligemhiclbcb
URL Chính Thức https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb
Mô tả Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
Kích Thước Tệp 26.7 KB
Số Lần Cài Đặt 771
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-02-19
Ngày Phát Hành 2014-02-19
Đánh Giá 4.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Matthew Sullivan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}