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 |
| 官方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"
}
} | |