Knilollert for Trello
Adds external clickable links to the tracker in the headers of trello cards
Qu'est-ce que Knilollert for Trello ?
Knilollert for Trello est une extension Chrome développée par Egor Ryzhov, et sa fonction principale est "Adds external clickable links to the tracker in the headers of trello cards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Knilollert for Trello
Téléchargez les fichiers d'extension Knilollert for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Knilollert for Trello |
ID | ilngbjlkdlehookkclleoacmjkgmibhe |
URL Officiel | https://chromewebstore.google.com/detail/knilollert-for-trello/ilngbjlkdlehookkclleoacmjkgmibhe |
Description | Adds external clickable links to the tracker in the headers of trello cards |
Taille du Fichier | 18.06 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.0.0.5 |
Dernière Mise à Jour | 2020-12-04 |
Date de Publication | 2017-07-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Egor Ryzhov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |