External #id links for Trello
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Qu'est-ce que External #id links for Trello ?
External #id links for Trello est une extension Chrome développée par Jonathan Gotti, et sa fonction principale est "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension External #id links for Trello
Téléchargez les fichiers d'extension External #id links 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
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create external links to an issue tracker) This extension is in no mean affiliated to Trello or FogCreek
Informations de Base sur l'Extension
Nom | External #id links for Trello |
ID | moglieipohafoofeibjajmlilecbhpeh |
URL Officiel | https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh |
Description | Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create… |
Taille du Fichier | 15.45 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2014-03-17 |
Date de Publication | 2014-03-17 |
Développeur | Jonathan Gotti |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/malko/chrome-extension-trello-id-external-links |
URL de la Page d'Aide | https://github.com/malko/chrome-extension-trello-id-external-links/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "make-links.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ] } ], "manifest_version": 2, "name": "External #id links for Trello", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |