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…
Cos'è External #id links for Trello?
External #id links for Trello è un'estensione di Chrome sviluppata da Jonathan Gotti, e la sua funzione principale è "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione External #id links for Trello
Scarica i file di estensione External #id links for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | External #id links for Trello |
ID | moglieipohafoofeibjajmlilecbhpeh |
URL Ufficiale | https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh |
Descrizione | Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create… |
Dimensione del File | 15.45 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2014-03-17 |
Data di Pubblicazione | 2014-03-17 |
Sviluppatore | Jonathan Gotti |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/malko/chrome-extension-trello-id-external-links |
URL della Pagina di Aiuto | https://github.com/malko/chrome-extension-trello-id-external-links/issues |
Lingue Supportate | 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" } |