JiraLink
Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
JiraLink là gì?
JiraLink là một tiện ích mở rộng Chrome được phát triển bởi Patrick Wittke, và tính năng chính của nó là "Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JiraLink
Tải xuống các tệp mở rộng JiraLink 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
This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste with ticket title.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JiraLink |
ID | amaniafiiidgechmhchpfpepeonlblaj |
URL Chính Thức | https://chromewebstore.google.com/detail/jiralink/amaniafiiidgechmhchpfpepeonlblaj |
Mô tả | Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites. |
Kích Thước Tệp | 24.57 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2019-05-31 |
Ngày Phát Hành | 2019-05-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Patrick Wittke |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |