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
Eメール [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"
    ]
}