Quick JIRA

Quickly opens the JIRA with the corresponding ticket

Quick JIRAคืออะไร?

Quick JIRA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim 'timbru31' Brust และคุณลักษณะหลักของมันคือ "Quickly opens the JIRA with the corresponding ticket"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick JIRA

ดาวน์โหลดไฟล์ส่วนขยาย Quick JIRA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quick JIRA (short just quiji) is designed to speed up your workflow.
With the simple button you can access any JIRA tickets within seconds, instead of typing the whole time in the address bar.
You just type the ticket ID and hit enter and are directly on the JIRA ticket page.

Alternatively you can use the omnibox by typing the keyword 'jira' first and then your ticket ID

You can switch between the current and the new tab as your default action.

Quick JIRA is equipped with the following features
● button for current tab
● button for new tab
● button to re-open last ticket
● hotkey to open the dialog (CTRL + SHIFT + K)
● hotkeys to open the selected text as a ticket in the current (ALT + K) or a new tab (ALT + SHIFT +K)
● omnibox command: jira
● options page to select JIRA URL and default action of the enter key
● right click (context menu) integration
● fully localized into English

++++

Support (and source code) can be found at GitHub: https://github.com/timbru31/quickjira
Follow me on twitter: https://twitter.com/timbru31

++++

I am not affiliated with Atlassian in any way.
The JIRA logo belongs to Atlassian and was obtained from the press kit.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick JIRA Quick JIRA
ID acdnmaeifljongleeegkkfnfcopblokj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-jira/acdnmaeifljongleeegkkfnfcopblokj
คำอธิบาย Quickly opens the JIRA with the corresponding ticket
ขนาดไฟล์ 185 KB
จำนวนการติดตั้ง 25,423
เวอร์ชันปัจจุบัน 0.11.2
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2019-01-30
คะแนน 4.67/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Tim 'timbru31' Brust
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/timbru31/quickjira
URL หน้าช่วยเหลือ https://github.com/timbru31/quickjira/issues
ภาษาที่รองรับ de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick JIRA",
    "short_name": "quiji",
    "version": "0.11.2",
    "manifest_version": 2,
    "author": "Tim 'timbru31' Brust",
    "description": "__MSG_appDesc__",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "20": "images\/icon20.png",
            "25": "images\/icon25.png",
            "30": "images\/icon30.png",
            "32": "images\/icon32.png",
            "40": "images\/icon40.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "default_locale": "en",
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "open-ticket-in-current-tab": {
            "description": "__MSG_openInCurrentTab__",
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        },
        "open-ticket-in-new-tab": {
            "description": "__MSG_openInNewTab__",
            "suggested_key": {
                "default": "Alt+Shift+K",
                "windows": "Alt+Shift+K",
                "mac": "Alt+Shift+K",
                "chromeos": "Alt+Shift+K",
                "linux": "Alt+Shift+K"
            }
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "omnibox": {
        "keyword": "jira"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "49"
}