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."입니다.

확장 프로그램 스크린샷

screenshot

JiraLink 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This plugin enables you to copy a Jira Ticket link with formatting to clipboard to paste  with ticket title.                    

확장 프로그램 기본 정보

이름 JiraLink JiraLink
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"
    }
}