Knilollert for Trello

Adds external clickable links to the tracker in the headers of trello cards

Knilollert for Trello là gì?

Knilollert for Trello là một tiện ích mở rộng Chrome được phát triển bởi Egor Ryzhov, và tính năng chính của nó là "Adds external clickable links to the tracker in the headers of trello cards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Knilollert for Trello

Tải xuống các tệp mở rộng Knilollert for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Knilollert for Trello Knilollert for Trello
ID ilngbjlkdlehookkclleoacmjkgmibhe
URL Chính Thức https://chromewebstore.google.com/detail/knilollert-for-trello/ilngbjlkdlehookkclleoacmjkgmibhe
Mô tả Adds external clickable links to the tracker in the headers of trello cards
Kích Thước Tệp 18.06 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2020-12-04
Ngày Phát Hành 2017-07-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Egor Ryzhov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}