Knilollert for Trello
Adds external clickable links to the tracker in the headers of trello cards
Knilollert for Trello란 무엇입니까?
Knilollert for Trello은(는) Egor Ryzhov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds external clickable links to the tracker in the headers of trello cards"입니다.
확장 프로그램 스크린샷
Knilollert for Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Knilollert gives you the ability to add clickable tracker links to Trello card headers Now you may: - Add several links to single header - Use any of the task IDs as numeric and alpha numeric How to config - Open Knilollert options - Add path to your tracker with task code pattern in it (for example "https://my_tracker.my_company.com/issues/#{task}"). "#{task}" will be changed to task code from Trello card. How to use - Add task codes in braces to Trello card titles, like this "My card title with task link {1234} or such task link {PROJ-4217}". - Place code on any place in title.
확장 프로그램 기본 정보
이름 | Knilollert for Trello |
ID | ilngbjlkdlehookkclleoacmjkgmibhe |
공식 URL | https://chromewebstore.google.com/detail/knilollert-for-trello/ilngbjlkdlehookkclleoacmjkgmibhe |
설명 | Adds external clickable links to the tracker in the headers of trello cards |
파일 크기 | 18.06 KB |
설치 횟수 | 39 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2020-12-04 |
출시 날짜 | 2017-07-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Egor Ryzhov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Knilollert for Trello", "short_name": "Knilollert", "version": "0.0.0.5", "description": "Adds external clickable links to the tracker in the headers of trello cards", "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "knilollert.js" ], "css": [ "knilollert.css" ] } ], "manifest_version": 2, "icons": { "128": "knilollert_128.png" }, "permissions": [ "storage" ] } |