JiraLink
Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.
什麼是JiraLink?
JiraLink是由Patrick Wittke開發的Chrome擴展程式,該擴展的主要功能是“Copy a Jira link with the Ticket Number and Title a HTML, ready to be pasted into Outlook or Websites.”。
擴展截圖
下載JiraLink擴展crx文件
下載JiraLink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste with ticket title. 擴展基本資訊
| 名稱 | |
| ID | amaniafiiidgechmhchpfpepeonlblaj |
| 官方網址 | 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"
}
} | |