Knilollert for Trello
Adds external clickable links to the tracker in the headers of trello cards
Knilollert for Trelloคืออะไร?
Knilollert for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Egor Ryzhov และคุณลักษณะหลักของมันคือ "Adds external clickable links to the tracker in the headers of trello cards"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Knilollert for Trello
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |