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…
Co to jest External #id links for Trello?
External #id links for Trello to rozszerzenie Chrome opracowane przez Jonathan Gotti, a jego główną funkcją jest „Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia External #id links for Trello
Pobierz pliki rozszerzeń External #id links for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | External #id links for Trello |
ID | moglieipohafoofeibjajmlilecbhpeh |
Oficjalny URL | https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh |
Opis | Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create… |
Rozmiar pliku | 15.45 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2014-03-17 |
Data Publikacji | 2014-03-17 |
Deweloper | Jonathan Gotti |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/malko/chrome-extension-trello-id-external-links |
Adres URL Strony Pomocy | https://github.com/malko/chrome-extension-trello-id-external-links/issues |
Obsługiwane Języki | 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" } |