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…

Vad är External #id links for Trello?

External #id links for Trello är en Chrome-tillägg utvecklad av Jonathan Gotti, och dess huvudfunktion är "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".

Tilläggsskärmbilder

screenshot

Ladda ner External #id links for Trello-förlängningens CRX-fil

Ladda ner External #id links for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn External #id links for Trello External #id links for Trello
ID moglieipohafoofeibjajmlilecbhpeh
Officiell webbadress https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh
Beskrivning Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
Filstorlek 15.45 KB
Antal Installationer 19
Aktuell Version 0.0.4
Senast Uppdaterad 2014-03-17
Publiceringsdatum 2014-03-17
Utvecklare Jonathan Gotti
Betalningssätt free
Tilläggswebbplats https://github.com/malko/chrome-extension-trello-id-external-links
Hjälpsida URL https://github.com/malko/chrome-extension-trello-id-external-links/issues
Stödda Språk 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"
}