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”。

扩展截图

screenshot

下载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 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"
    ]
}