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 |
| Eメール | [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"
}
} | |