Jira descriptive link
Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.
Jira descriptive linkคืออะไร?
Jira descriptive link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย floodmeadows และคุณลักษณะหลักของมันคือ "Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira descriptive link
ดาวน์โหลดไฟล์ส่วนขยาย Jira descriptive link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For Jira Server (self-hosted, not Jira Cloud). Adds a button to the issue (story) details view to copy a link to that issue. Ideal for pasting into Slack, Teams, or email etc. The link includes the issue name (summary) and key, so you can see at a glance which issue it is. Also means that you can easily search through your messages by issue key to find all references to that issue, even if the issue name has changed since the link was pasted. Works with Jira, but is not made, endorsed, or supported by Jira or Atlassian.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jira descriptive link |
ID | bfnkoiobloacajlibohhniedpcjibnmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jira-descriptive-link/bfnkoiobloacajlibohhniedpcjibnmm |
คำอธิบาย | Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension. |
ขนาดไฟล์ | 40.01 KB |
จำนวนการติดตั้ง | 87 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2023-07-14 |
วันที่เผยแพร่ | 2023-01-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | floodmeadows |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/floodmeadows/jira-descriptive-link-chrome-extension/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/floodmeadows/browser-extensions/wiki/Privacy-Policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira descriptive link", "description": "Easily copy an issue's name & key. Paste as a link into Slack, Teams, email... Easy to find later. Not an official Jira extension.", "version": "0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/browse\/*" ], "js": [ "jira-descriptive-link.user.js" ], "run_at": "document_idle" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "converted_from_user_script": true } |