JiraLink

Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.

JiraLinkคืออะไร?

JiraLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Wittke และคุณลักษณะหลักของมันคือ "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites."

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

screenshot

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

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

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

                        This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste  with ticket title.                    

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

ชื่อ JiraLink JiraLink
ID amaniafiiidgechmhchpfpepeonlblaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jiralink/amaniafiiidgechmhchpfpepeonlblaj
คำอธิบาย Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
ขนาดไฟล์ 24.57 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-05-31
วันที่เผยแพร่ 2019-05-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Patrick Wittke
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JiraLink",
    "version": "0.2",
    "author": "Patrick Wittke",
    "description": "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Copy Jira Link",
        "default_icon": "img\/icon16.png"
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    }
}