Knilollert for Trello
Adds external clickable links to the tracker in the headers of trello cards
Was ist Knilollert for Trello?
Knilollert for Trello ist eine Chrome-Erweiterung, die von Egor Ryzhov entwickelt wurde, und ihr Hauptmerkmal ist "Adds external clickable links to the tracker in the headers of trello cards".
Erweiterungsscreenshots
Knilollert for Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Knilollert for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ilngbjlkdlehookkclleoacmjkgmibhe |
| Offizielle URL | https://chromewebstore.google.com/detail/knilollert-for-trello/ilngbjlkdlehookkclleoacmjkgmibhe |
| Beschreibung | Adds external clickable links to the tracker in the headers of trello cards |
| Dateigröße | 18.06 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 0.0.0.5 |
| Letztes Update | 2020-12-04 |
| Veröffentlichungsdatum | 2017-07-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Egor Ryzhov |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |