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文件
下載Knilollert for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |