Knilollert for Trello

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

Knilollert for Trello क्या है?

Knilollert for Trello Egor Ryzhov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds external clickable links to the tracker in the headers of trello cards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Knilollert for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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